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 7150057 commit ca76106Copy full SHA for ca76106
Jenkinsfile
@@ -22,7 +22,7 @@ pipeline {
22
23
stage('Deploy SNAPSHOT') {
24
when {
25
- branch 'master'
+ branch 'stable'
26
}
27
steps {
28
configFileProvider([configFile(fileId: 'maven-settings-with-deploy-snapshot', variable: 'MAVEN_SETTINGS')]) {
0 commit comments