We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681aa83 commit 7408f93Copy full SHA for 7408f93
Jenkinsfile
@@ -13,7 +13,7 @@ pipeline {
13
branch 'production'
14
branch 'release_candidate'
15
changeRequest title: ".*JENKINSFILE_TESTING.*", comparator: 'REGEXP'
16
- tag 'release-*'
+ buildingTag()
17
}
18
19
steps {
0 commit comments