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
 					git url: 'git@code.bizgaze.com:bizgaze/solution.git', credentialsId: 'jenkins_ssh_key'
71
 					git url: 'git@code.bizgaze.com:bizgaze/solution.git', credentialsId: 'jenkins_ssh_key'
72
 				}
72
 				}
73
 				dir('bizgaze/bizgaze.reference') {
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
 				dir('bizgaze/communications') {
76
 				dir('bizgaze/communications') {
77
 					git url: 'git@code.bizgaze.com:bizgaze/communications.git', credentialsId: 'jenkins_ssh_key'
77
 					git url: 'git@code.bizgaze.com:bizgaze/communications.git', credentialsId: 'jenkins_ssh_key'
155
 					git url: 'git@code.bizgaze.com:unibase/uniconnect.git', credentialsId: 'jenkins_ssh_key'
155
 					git url: 'git@code.bizgaze.com:unibase/uniconnect.git', credentialsId: 'jenkins_ssh_key'
156
 				}
156
 				}
157
 				dir('unidrive') {
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
 				dir('sprl') {
160
 				dir('sprl') {
161
 					git url: 'git@code.bizgaze.com:sprl/sprl.git', credentialsId: 'jenkins_ssh_key'
161
 					git url: 'git@code.bizgaze.com:sprl/sprl.git', credentialsId: 'jenkins_ssh_key'

Loading…
Cancel
Save