|
@@ -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'
|