Matvey 4 年之前
父節點
當前提交
241fab4869
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile 查看文件

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

Loading…
取消
儲存