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 c31c3e3 commit a66d859Copy full SHA for a66d859
Jenkinsfile
@@ -11,6 +11,7 @@ environment {
11
API_VERSION = 'v4' // used by docs - TODO can remove?
12
BUILD_ENV = "${(env.BRANCH_NAME != 'master') ? env.BRANCH_NAME : '' }"
13
// POST_TAG_COMMITS = "$post_tag_commits" - TODO can remove?
14
+ BUILD_TAG = URLDecoder.decode(env.BUILD_TAG, "UTF-8").replaceAll("[^a-zA-Z0-9_.-]", "_")
15
}
16
17
node {
0 commit comments