diff --git a/Jenkinsfile b/Jenkinsfile index 6a111ea15..a0d44b90b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -82,6 +82,7 @@ pipeline { def tagItems = env.TAG_NAME.split('-') if(tagItems.length == 2) { withEnv([ + "ON_TAG=true", "REMOTING_VERSION=${tagItems[0]}", "BUILD_NUMBER=${tagItems[1]}", ]) {