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

+ 2
- 2
Jenkinsfile 查看文件

@@ -8,9 +8,9 @@ pipeline {
8 8
 		stage('Restore packages') {
9 9
             steps {
10 10
             	dir('unibase/platform.tenants') {
11
-					git credentialsId: 'jenkins_ssh_key', url: 'https://code.bizgaze.com/unibase/tenants.git'
11
+					git credentialsId: 'bizgaze_ssh_key', url: 'git@code.bizgaze.com:unibase/tenants.git'
12
+
12 13
 
13
-					
14 14
 				}
15 15
 				dir('unibase/platform.analytics') {
16 16
 					git url: 'https://code.bizgaze.com/unibase/analytics.git'

正在加载...
取消
保存