Sfoglia il codice sorgente

modify Jenkinsfile

huqi 6 anni fa
parent
commit
b39a24bbe9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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