Sfoglia il codice sorgente

add checkout branch test

formation 1 anno fa
parent
commit
65591561f3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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