diff --git a/openshift/dev/Jenkinsfile b/openshift/dev/Jenkinsfile index 499094d..ab809ec 100644 --- a/openshift/dev/Jenkinsfile +++ b/openshift/dev/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { def packageJson = readJSON file: 'package.json' BUILD_TAG = "dev_v${packageJson.version}_${env.BUILD_NUMBER}_${CURRENT_COMMIT}" echo '### Build tag ###' - echo "${BUILD_TAG}" + echo "This is the build tag: ${BUILD_TAG}" } echo '### Build tag generated! ###' }