Avinash 1 rok temu
rodzic
commit
0228fded30
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6
    0
      Jenkinsfile

+ 6
- 0
Jenkinsfile Wyświetl plik

@@ -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 {

Ładowanie…
Anuluj
Zapisz