Skip to content

Commit

Permalink
Allows deploying from 2.0-maintenance branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz authored Oct 25, 2018
1 parent 6abcbf2 commit bfd5a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pipeline {
}
}
stage('Deploy Plugin') {
when {branch "master"}
when {branch "2.0-maintenance"}
steps {
withCredentials([usernamePassword(credentialsId: 'nexus-buildserver-deploy', passwordVariable: 'DEPLOY_PASSWORD', usernameVariable: 'DEPLOY_USER')]) {
script{
Expand Down

0 comments on commit bfd5a6f

Please sign in to comment.