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:
2
openshift/dev/Jenkinsfile
vendored
2
openshift/dev/Jenkinsfile
vendored
@@ -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! ###'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user