ソースを参照

add checkout branch test

formation 1 年間 前
コミット
1c91d7d542
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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