From f3630fa35a9a430f882e0720bfecfb5af707936e Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:42:36 +0000 Subject: [PATCH] add tag to build name --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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 } }