Avinash 1 年之前
父節點
當前提交
0228fded30
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      Jenkinsfile

+ 6
- 0
Jenkinsfile 查看文件

@@ -6,6 +6,12 @@ pipeline {
6 6
     }
7 7
 
8 8
     stages {
9
+        stage('Checkout') {
10
+    steps {
11
+        checkout scm
12
+    }
13
+}
14
+
9 15
         stage('Setup') {
10 16
             steps {
11 17
                 script {

Loading…
取消
儲存