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

+ 1
- 1
Jenkinsfile 查看文件

@@ -15,7 +15,7 @@ pipeline {
15 15
 						extensions: scm.extensions,
16 16
 						userRemoteConfigs: [[
17 17
 							url: 'git@code.bizgaze.com:unibase/tenants.git',
18
-							credentialsId: 'jenkins_ssh'
18
+							credentialsId: 'jenkins_ssh_key'
19 19
 						]]
20 20
 					])
21 21
 				}

正在加载...
取消
保存