Skip to content

Commit

Permalink
Merge pull request #28 from cyberark/jenkins-update
Browse files Browse the repository at this point in the history
Add additional condition for artifact building stage
  • Loading branch information
BradleyBoutcher authored Jul 1, 2020
2 parents 9e38c35 + 511af62 commit 8f464ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ pipeline {

stage('Build Release Artifacts') {
when {
branch 'master'
anyOf {
branch 'master'
buildingTag()
}
}

steps {
Expand Down

0 comments on commit 8f464ae

Please sign in to comment.