Skip to content

Commit

Permalink
Simplify syntax to use wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jan 16, 2020
1 parent 40434fc commit e84fcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -62,7 +62,7 @@ pipeline {
}
stage('Tag and Push Release Docker Image') {
when {
branch pattern: "release-\\d+", comparator: "REGEXP"
branch 'release/*'
}
steps {
sh 'docker tag inputoutput/cardano-graphql:${env.GIT_COMMIT_HASH} inputoutput/cardano-graphql:${env.PACKAGE_JSON.version}'
Expand Down

0 comments on commit e84fcf2

Please sign in to comment.