Avinash 1 anno fa
parent
commit
0228fded30
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      Jenkinsfile

+ 6
- 0
Jenkinsfile Vedi File

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

Loading…
Annulla
Salva