Merge pull request #2 in TEA/dafa-web-monorepo from bugfix/openshift-buildscript to develop

* commit '4f74d56571a0e9faa7944ebb2a0ba77251beabe8':
  Adds additional test output.
This commit is contained in:
Fredrik Tyrfelt
2021-04-20 11:55:24 +02:00

View File

@@ -26,7 +26,7 @@ pipeline {
def packageJson = readJSON file: 'package.json' def packageJson = readJSON file: 'package.json'
BUILD_TAG = "dev_v${packageJson.version}_${env.BUILD_NUMBER}_${CURRENT_COMMIT}" BUILD_TAG = "dev_v${packageJson.version}_${env.BUILD_NUMBER}_${CURRENT_COMMIT}"
echo '### Build tag ###' echo '### Build tag ###'
echo "${BUILD_TAG}" echo "This is the build tag: ${BUILD_TAG}"
} }
echo '### Build tag generated! ###' echo '### Build tag generated! ###'
} }