diff --git a/openshift/next/Jenkinsfile b/openshift/next/Jenkinsfile index efccbd6..58ff7ae 100644 --- a/openshift/next/Jenkinsfile +++ b/openshift/next/Jenkinsfile @@ -94,7 +94,7 @@ pipeline { echo '### Building application... ###' sh ''' - npm run build:api + npm run build-os -- --config api --version ${BUILD_TAG} cp -r nginx/* ${NGINX_PATH} '''