Sfoglia il codice sorgente

更新 'Jenkinsfile'

chl 2 anni fa
parent
commit
e39885f0ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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