chl 2 лет назад
Родитель
Сommit
e39885f0ed
1 измененных файлов с 1 добавлено и 1 удалено
  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构建项目'){