Skip to content

Commit c99f01f

Browse files
authored
Update Jenkinsfile
1 parent e0241b6 commit c99f01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
stage('Build') {
1111
steps {
1212
// Get some code from a GitHub repository
13-
git 'https://github.com/gitakbar/war-web-project.git'
13+
git 'https://github.com/gitakbar/sample-java-programs.git'
1414

1515
// Run Maven on a Unix agent.
1616
sh "mvn -Dmaven.test.failure.ignore=true clean package"

0 commit comments

Comments
 (0)