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

+ 1
- 1
Jenkinsfile 파일 보기

@@ -65,7 +65,7 @@ pipeline {
65 65
 					git url: 'git@code.bizgaze.com:unibase/utilities.git', credentialsId: 'jenkins_ssh_key'
66 66
 				}
67 67
 				dir('interface.web') {
68
-					git url: 'git@code.bizgaze.com:interface.web.git', credentialsId: 'jenkins_ssh_key'
68
+					git url: 'https://code.bizgaze.com/unibase/web.git'
69 69
 				}
70 70
 				dir('bizgaze') {
71 71
 					git url: 'git@code.bizgaze.com:bizgaze/solution.git', credentialsId: 'jenkins_ssh_key'

Loading…
취소
저장