Explorar o código

add checkout branch test

formation hai 1 ano
pai
achega
1c91d7d542
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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