We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14856cb commit 1b44ecdCopy full SHA for 1b44ecd
Jenkinsfile
@@ -31,7 +31,7 @@ pipeline {
31
sh 'export JENKINS_SERVER_COOKIE=dontKillMe'
32
33
34
- sh 'sudo pm2 start --watch "ng serve --host 0.0.0.0 --port 8082 " --name "pwa-app"'
+ sh 'sudo pm2 start "ng serve --host 0.0.0.0 --port 8082 " --name "pwa-app"'
35
sh 'sudo pm2 save'
36
}
37
0 commit comments