Prechádzať zdrojové kódy

更新 'Jenkinsfile'

拉取代码
chl 2 rokov pred
rodič
commit
4a3fcb4747
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -11,7 +11,7 @@ pipeline{
  stages{
   stage('拉取git仓库代码'){
    steps{
-    echo '拉取git仓库代码 - SUCCESS'
+    checkout scmGit(branches: [[name: '*/${tag}']], extensions: [], userRemoteConfigs: [[credentialsId: '184a2c7a-1d7b-448f-90c4-3474c395c7b3', url: 'http://110.42.248.201:30000/chl/mytest.git']])
    }
   }
   stage('通过maven构建项目'){