Skip to content

Commit e4150c4

Browse files
committed
Fix Jenkins file
1 parent 4bf9c3b commit e4150c4

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)