Updated prod Jenkins file
This commit is contained in:
2
openshift/prod/Jenkinsfile
vendored
2
openshift/prod/Jenkinsfile
vendored
@@ -107,7 +107,7 @@ pipeline {
|
||||
steps {
|
||||
echo '### Building application... ###'
|
||||
sh '''
|
||||
npm run build -- --prod
|
||||
npm run build-os -- --version ${BUILD_TAG}
|
||||
cp -r nginx/* ${NGINX_PATH}
|
||||
'''
|
||||
echo '### Application built! ###'
|
||||
|
||||
Reference in New Issue
Block a user