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

+ 1
- 1
Jenkinsfile 파일 보기

@@ -8,7 +8,7 @@ pipeline {
8 8
 		stage('Restore packages') {
9 9
             steps {
10 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…
취소
저장