Testing to add nginx.conf inside application source
This commit is contained in:
5
openshift/dev/Jenkinsfile
vendored
5
openshift/dev/Jenkinsfile
vendored
@@ -90,16 +90,13 @@ 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 nginx/nginx.conf ${NGINX_PATH}
|
||||
#cp -r nginx/* ${NGINX_PATH}
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user