Skip to content

Commit ca76106

Browse files
authored
Deploy stable branch
1 parent 7150057 commit ca76106

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
@@ -22,7 +22,7 @@ pipeline {
2222

2323
stage('Deploy SNAPSHOT') {
2424
when {
25-
branch 'master'
25+
branch 'stable'
2626
}
2727
steps {
2828
configFileProvider([configFile(fileId: 'maven-settings-with-deploy-snapshot', variable: 'MAVEN_SETTINGS')]) {

0 commit comments

Comments
 (0)