Matvey 4 년 전
부모
커밋
1672281a1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile 파일 보기

@@ -11,7 +11,7 @@ pipeline {
11 11
 					git url: 'git@code.bizgaze.com:unibase/tenants.git', credentialsId: 'jenkins_ssh_key'
12 12
 				}
13 13
 				dir('unibase/platform.analytics') {
14
-					git url: 'https://code.bizgaze.com/unibase/analytics.git', credentialsId: 'jenkins_ssh_key' 
14
+					git url: 'git@code.bizgaze.com:unibase/analytics.git', credentialsId: 'jenkins_ssh_key' 
15 15
 				}
16 16
 				dir('unibase/platform.apps') {
17 17
 					git url: 'https://code.bizgaze.com/unibase/apps.git', credentialsId: 'jenkins_ssh_key'

Loading…
취소
저장