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

+ 2
- 2
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 credentialsId: 'jenkins_ssh_key', url: 'https://code.bizgaze.com/unibase/tenants.git'
11
+					git credentialsId: 'bizgaze_ssh_key', url: 'git@code.bizgaze.com:unibase/tenants.git'
12
+
12
 
13
 
13
-					
14
 				}
14
 				}
15
 				dir('unibase/platform.analytics') {
15
 				dir('unibase/platform.analytics') {
16
 					git url: 'https://code.bizgaze.com/unibase/analytics.git'
16
 					git url: 'https://code.bizgaze.com/unibase/analytics.git'

Loading…
취소
저장