diff --git a/Jenkinsfile b/Jenkinsfile index f15cdbf..c94de78 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,6 +45,7 @@ pipeline { } // Expose for other stages + currentBuild.displayName = "#${env.BUILD_NUMBER} ${tag}" env.TAG_NAME = tag } }