Updated Jenkinsfile for next

This commit is contained in:
Erik Tiekstra
2021-09-09 14:44:29 +02:00
parent 8f3d1033a8
commit 27135c1e78

View File

@@ -94,7 +94,7 @@ pipeline {
echo '### Building application... ###' echo '### Building application... ###'
sh ''' sh '''
npm run build:api npm run build-os -- --config api --version ${BUILD_TAG}
cp -r nginx/* ${NGINX_PATH} cp -r nginx/* ${NGINX_PATH}
''' '''