Browse Source

modify Jenkinsfile

huqi 6 năm trước cách đây
mục cha
commit
b39a24bbe9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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