Skip to content

Commit 2352f2a

Browse files
authored
Merge pull request #24 from ligangty/1.x
Fix Jenkins file
2 parents 4bf9c3b + e4150c4 commit 2352f2a

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
@@ -15,7 +15,7 @@ pipeline {
1515
}
1616
}
1717
stage('Deploy') {
18-
when { branch 'master' }
18+
when { branch '1.x' }
1919
steps {
2020
echo "Deploy"
2121
sh '${M2_HOME}/bin/mvn help:effective-settings -B -V clean deploy -e'

0 commit comments

Comments
 (0)