Avinash 1 year ago
parent
commit
0228fded30
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Jenkinsfile

+ 6
- 0
Jenkinsfile View File

@@ -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…
Cancel
Save