Testing building with version number in OpenShift

This commit is contained in:
Erik Tiekstra
2021-09-09 13:33:41 +02:00
parent af43db3aba
commit 29c97edacb
9 changed files with 145 additions and 5 deletions

View File

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