Browse Source

modiefied jenkinsfile

xiaoct 7 years ago
parent
commit
fa74886782
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -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)'
             }
         }