Updated Jenkinsfiles
This commit is contained in:
7
openshift/dev/Jenkinsfile
vendored
7
openshift/dev/Jenkinsfile
vendored
@@ -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}
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user