Matvey 3 years ago
parent
commit
10c412fe97
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Jenkinsfile

+ 2
- 2
Jenkinsfile View File

@@ -71,7 +71,7 @@ pipeline {
71 71
 					git url: 'git@code.bizgaze.com:bizgaze/solution.git', credentialsId: 'jenkins_ssh_key'
72 72
 				}
73 73
 				dir('bizgaze/bizgaze.reference') {
74
-					git url: 'git@code.bizgaze.com:bizgaze/bizgaze.reference.git', credentialsId: 'jenkins_ssh_key'
74
+					git url: 'https://code.bizgaze.com/bizgaze/bizgaze.reference.git'
75 75
 				}
76 76
 				dir('bizgaze/communications') {
77 77
 					git url: 'git@code.bizgaze.com:bizgaze/communications.git', credentialsId: 'jenkins_ssh_key'
@@ -155,7 +155,7 @@ pipeline {
155 155
 					git url: 'git@code.bizgaze.com:unibase/uniconnect.git', credentialsId: 'jenkins_ssh_key'
156 156
 				}
157 157
 				dir('unidrive') {
158
-					git url: 'git@code.bizgaze.com:unidrive/unidrive.git', credentialsId: 'jenkins_ssh_key'
158
+					git url: 'git@code.bizgaze.com:unidrive/collaboration.git', credentialsId: 'jenkins_ssh_key'
159 159
 				}
160 160
 				dir('sprl') {
161 161
 					git url: 'git@code.bizgaze.com:sprl/sprl.git', credentialsId: 'jenkins_ssh_key'

Loading…
Cancel
Save