Selaa lähdekoodia

add checkout branch test

formation 1 vuosi sitten
vanhempi
commit
65591561f3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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