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

+ 1
- 1
Jenkinsfile 查看文件

@@ -14,7 +14,7 @@ pipeline {
14 14
 						branches: [[name: '*/master' ]],
15 15
 						extensions: scm.extensions,
16 16
 						userRemoteConfigs: [[
17
-							url: 'https://code.bizgaze.com/unibase/tenants.git',
17
+							url: 'git@code.bizgaze.com:unibase/tenants.git',
18 18
 							credentialsId: 'bizgaze_ssh_key'
19 19
 						]]
20 20
 					])

Loading…
取消
儲存