Updated Jenkinsfiles

This commit is contained in:
Erik Tiekstra
2021-05-17 10:07:55 +02:00
parent e21757b8e8
commit 0c567395a6
2 changed files with 5 additions and 13 deletions

View File

@@ -45,9 +45,6 @@ pipeline {
mkdir -p ${CACHE_DIRECTORY}
echo "_auth=${ENCODED}" >> .npmrc
node -v
npm -v
# set -x
cat .npmrc
@@ -99,9 +96,7 @@ pipeline {
echo '### Building application... ###'
sh '''
npm run build:pega
#cp nginx/nginx.conf ${NGINX_PATH}
npm run build:pega
cp -r nginx/* ${NGINX_PATH}
'''