Matvey 3 年之前
父節點
當前提交
b878c8daf1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile 查看文件

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

Loading…
取消
儲存