Skip to content

Commit

Permalink
Ensure that Jenkins 2.0 Jenkinsfile uses correct packaging branch
Browse files Browse the repository at this point in the history
  • Loading branch information
svanoort committed Apr 12, 2016
1 parent 8ff2ca4 commit 5d4e167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -15,7 +15,7 @@ properties([[$class: 'jenkins.model.BuildDiscarderProperty', strategy: [$class:
numToKeepStr: '50',
artifactNumToKeepStr: '20']]])

String packagingBranch = (binding.hasVariable('packagingBranch')) ? packagingBranch : 'master'
String packagingBranch = (binding.hasVariable('packagingBranch')) ? packagingBranch : 'jenkins-2.0'

timestampedNode('java') {

Expand Down

0 comments on commit 5d4e167

Please sign in to comment.