Compare commits

...

1 Commits

Author SHA1 Message Date
William Bell
f3630fa35a add tag to build name 2025-12-01 03:42:36 +00:00

1
Jenkinsfile vendored
View File

@@ -45,6 +45,7 @@ pipeline {
} }
// Expose for other stages // Expose for other stages
currentBuild.displayName = "#${env.BUILD_NUMBER} ${tag}"
env.TAG_NAME = tag env.TAG_NAME = tag
} }
} }