@@ -16,6 +16,7 @@ pipeline {
steps {
sh 'npm run build'
sh 'echo $! > .pidfile'
+ sh 'service nginx start'
input message: 'Finished using the web site? (Click "Proceed" to continue)'
}