Explorar el Código

ajout du stage 'checkout'

henri carmelo hace 11 meses
padre
commit
2f878ce425
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6 6
      Jenkinsfile

+ 6 - 6
Jenkinsfile

@@ -26,12 +26,12 @@ pipeline {
             }
         }
 
-        // stage('Checkout Code') {
-        //     steps {
-        //         deleteDir()
-        //         checkout scm
-        //     }
-        // }
+         stage('Checkout Code') {
+            steps {
+                 deleteDir()
+                checkout scm
+             }
+         }
 
         // stage('SonarQube Analysis') {
         //     steps {