Browse Source

test phase

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

+ 5 - 0
Jenkinsfile

@@ -6,6 +6,11 @@ pipeline {
         }
     }
     stages {
+        stage('test') {
+            steps {
+                sh 'echo pwd'
+            }
+        }
         stage('install dependencies') {
             steps {
                 sh 'npm install'