We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf9c3b commit e4150c4Copy full SHA for e4150c4
Jenkinsfile
@@ -15,7 +15,7 @@ pipeline {
15
}
16
17
stage('Deploy') {
18
- when { branch 'master' }
+ when { branch '1.x' }
19
steps {
20
echo "Deploy"
21
sh '${M2_HOME}/bin/mvn help:effective-settings -B -V clean deploy -e'
0 commit comments