add tag to build name

This commit is contained in:
William Bell
2025-12-01 03:42:36 +00:00
parent 8561f6d762
commit f3630fa35a

1
Jenkinsfile vendored
View File

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