Fix Jenkins post log to use env VERSION_TAG

This commit is contained in:
Brad Stein 2025-12-18 10:54:57 -03:00
parent 8517891679
commit 24982a63f8

2
Jenkinsfile vendored
View File

@ -174,7 +174,7 @@ spec:
post {
always {
echo "Build complete for ${VERSION_TAG}"
echo "Build complete for ${env.VERSION_TAG}"
}
}
}