Matvey 3 年前
父节点
当前提交
6ce68bb430
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile 查看文件

@@ -65,7 +65,7 @@ pipeline {
65 65
 					git url: 'git@code.bizgaze.com:unibase/utilities.git', credentialsId: 'jenkins_ssh_key'
66 66
 				}
67 67
 				dir('interface.web') {
68
-					git url: 'git@code.bizgaze.com:interface.web.git', credentialsId: 'jenkins_ssh_key'
68
+					git url: 'https://code.bizgaze.com/unibase/web.git'
69 69
 				}
70 70
 				dir('bizgaze') {
71 71
 					git url: 'git@code.bizgaze.com:bizgaze/solution.git', credentialsId: 'jenkins_ssh_key'

正在加载...
取消
保存