Updated nginx version inside nginx.conf
This commit is contained in:
7
openshift/dev/Jenkinsfile
vendored
7
openshift/dev/Jenkinsfile
vendored
@@ -92,14 +92,17 @@ pipeline {
|
||||
}
|
||||
|
||||
stage("Build application") {
|
||||
environment {
|
||||
NGINX_PATH = "${dist_path}/."
|
||||
}
|
||||
steps {
|
||||
echo '### Building application... ###'
|
||||
|
||||
sh '''
|
||||
npm run build:pega
|
||||
|
||||
#cp nginx/nginx.conf ${NGINX_PATH}
|
||||
cp -r nginx/* ${NGINX_PATH}
|
||||
cp nginx/nginx.conf ${NGINX_PATH}
|
||||
#cp -r nginx/* ${NGINX_PATH}
|
||||
'''
|
||||
|
||||
echo '### Application built! ###'
|
||||
|
||||
Reference in New Issue
Block a user