Adds additional test output.

This commit is contained in:
Fredrik T
2021-04-20 11:41:54 +02:00
parent 54249c17e2
commit 4f74d56571

View File

@@ -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! ###'
}