From 27135c1e78719fcc3b2c6e5d6f8a71f2d760639d Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Thu, 9 Sep 2021 14:44:29 +0200 Subject: [PATCH] Updated Jenkinsfile for next --- openshift/next/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} '''