@@ -17,7 +17,6 @@ pipeline {
sh 'npm run build'
sh 'echo $! > .pidfile'
input message: 'Finished using the web site? (Click "Proceed" to continue)'
- sh 'kill $(cat .pidfile)'
}
@@ -5,7 +5,7 @@ server {
listen 80;
server_name 192.168.253.189;
access_log /var/log/nginx/fuck.log;
- root /usr/bi-web;
+ root /var/jenkins_home/workspace/bi-web/dist;
index index.html index.htm;
location / {