Ver Fonte

add checkout branch test

formation há 1 ano atrás
pai
commit
65591561f3
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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