Selaa lähdekoodia

更新 'Jenkinsfile'

chenghongxi 4 vuotta sitten
vanhempi
commit
7fc96bf23a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -9,7 +9,7 @@ ansiColor('xterm') {
 	node {
 		stage('pull code') {
 			echo "\u001B[32m############开始拉取代码############\u001B[0m"
-			checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: "${git_auth}", url: "${git_url}"]]])
+				checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: "${git_auth}", url: "${git_url}"]]])
 		}
 		stage('build images') {
 			for (int i = 0; i < projectList.length ; i++) {