|
@@ -9,7 +9,7 @@ ansiColor('xterm') {
|
|
node {
|
|
node {
|
|
stage('pull code') {
|
|
stage('pull code') {
|
|
echo "\u001B[32m############开始拉取代码############\u001B[0m"
|
|
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') {
|
|
stage('build images') {
|
|
for (int i = 0; i < projectList.length ; i++) {
|
|
for (int i = 0; i < projectList.length ; i++) {
|