Parcourir la source

add checkout branch test

formation il y a 1 an
Parent
commit
65591561f3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -9,6 +9,7 @@ node {
     stage('checkout') {
         deleteDir()
         checkout scm
+        sh "git checkout test"
     }
      
     stage('Stop Containers') {