Procházet zdrojové kódy

add checkout branch test

formation před 1 rokem
rodič
revize
65591561f3
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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