Browse Source

modify Jenkinsfile

huqi 6 years ago
parent
commit
b39a24bbe9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -9,6 +9,7 @@ pipeline {
         }
         }
         stage('build server') {
         stage('build server') {
             steps {
             steps {
+                sh 'id'
                 sh 'npm run build_server'
                 sh 'npm run build_server'
             }
             }
         }
         }