Fix Jenkins post log to use env VERSION_TAG
This commit is contained in:
parent
8517891679
commit
24982a63f8
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -174,7 +174,7 @@ spec:
|
||||
|
||||
post {
|
||||
always {
|
||||
echo "Build complete for ${VERSION_TAG}"
|
||||
echo "Build complete for ${env.VERSION_TAG}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user