Explorar el Código

modify Jenkinsfile

huqi hace 6 años
padre
commit
b39a24bbe9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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