Testing building with version number in OpenShift
This commit is contained in:
2
openshift/dev/Jenkinsfile
vendored
2
openshift/dev/Jenkinsfile
vendored
@@ -95,7 +95,7 @@ pipeline {
|
||||
echo '### Building application... ###'
|
||||
|
||||
sh '''
|
||||
npm run build:api
|
||||
npm run build-os -- --config api --version ${BUILD_TAG}
|
||||
cp -r nginx/* ${NGINX_PATH}
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user