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

+ 2
- 2
Jenkinsfile 查看文件

71
 					git url: 'git@code.bizgaze.com:bizgaze/solution.git', credentialsId: 'jenkins_ssh_key'
71
 					git url: 'git@code.bizgaze.com:bizgaze/solution.git', credentialsId: 'jenkins_ssh_key'
72
 				}
72
 				}
73
 				dir('bizgaze/bizgaze.reference') {
73
 				dir('bizgaze/bizgaze.reference') {
74
-					git url: 'git@code.bizgaze.com:bizgaze/bizgaze.reference.git', credentialsId: 'jenkins_ssh_key'
74
+					git url: 'https://code.bizgaze.com/bizgaze/bizgaze.reference.git'
75
 				}
75
 				}
76
 				dir('bizgaze/communications') {
76
 				dir('bizgaze/communications') {
77
 					git url: 'git@code.bizgaze.com:bizgaze/communications.git', credentialsId: 'jenkins_ssh_key'
77
 					git url: 'git@code.bizgaze.com:bizgaze/communications.git', credentialsId: 'jenkins_ssh_key'
155
 					git url: 'git@code.bizgaze.com:unibase/uniconnect.git', credentialsId: 'jenkins_ssh_key'
155
 					git url: 'git@code.bizgaze.com:unibase/uniconnect.git', credentialsId: 'jenkins_ssh_key'
156
 				}
156
 				}
157
 				dir('unidrive') {
157
 				dir('unidrive') {
158
-					git url: 'git@code.bizgaze.com:unidrive/unidrive.git', credentialsId: 'jenkins_ssh_key'
158
+					git url: 'git@code.bizgaze.com:unidrive/collaboration.git', credentialsId: 'jenkins_ssh_key'
159
 				}
159
 				}
160
 				dir('sprl') {
160
 				dir('sprl') {
161
 					git url: 'git@code.bizgaze.com:sprl/sprl.git', credentialsId: 'jenkins_ssh_key'
161
 					git url: 'git@code.bizgaze.com:sprl/sprl.git', credentialsId: 'jenkins_ssh_key'

正在加载...
取消
保存