diff --git a/Jenkinsfile b/Jenkinsfile index 0802d54..cc31308 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -174,7 +174,7 @@ spec: post { always { - echo "Build complete for ${VERSION_TAG}" + echo "Build complete for ${env.VERSION_TAG}" } } }