fix
Bizgaze/solution/pipeline/head There was a failure building this commit

This commit is contained in:
2021-08-03 18:08:14 -07:00
parent 6ce68bb430
commit 10c412fe97
Vendored
+2 -2
View File
@@ -71,7 +71,7 @@ pipeline {
git url: 'git@code.bizgaze.com:bizgaze/solution.git', credentialsId: 'jenkins_ssh_key' git url: 'git@code.bizgaze.com:bizgaze/solution.git', credentialsId: 'jenkins_ssh_key'
} }
dir('bizgaze/bizgaze.reference') { dir('bizgaze/bizgaze.reference') {
git url: 'git@code.bizgaze.com:bizgaze/bizgaze.reference.git', credentialsId: 'jenkins_ssh_key' git url: 'https://code.bizgaze.com/bizgaze/bizgaze.reference.git'
} }
dir('bizgaze/communications') { dir('bizgaze/communications') {
git url: 'git@code.bizgaze.com:bizgaze/communications.git', credentialsId: 'jenkins_ssh_key' git url: 'git@code.bizgaze.com:bizgaze/communications.git', credentialsId: 'jenkins_ssh_key'
@@ -155,7 +155,7 @@ pipeline {
git url: 'git@code.bizgaze.com:unibase/uniconnect.git', credentialsId: 'jenkins_ssh_key' git url: 'git@code.bizgaze.com:unibase/uniconnect.git', credentialsId: 'jenkins_ssh_key'
} }
dir('unidrive') { dir('unidrive') {
git url: 'git@code.bizgaze.com:unidrive/unidrive.git', credentialsId: 'jenkins_ssh_key' git url: 'git@code.bizgaze.com:unidrive/collaboration.git', credentialsId: 'jenkins_ssh_key'
} }
dir('sprl') { dir('sprl') {
git url: 'git@code.bizgaze.com:sprl/sprl.git', credentialsId: 'jenkins_ssh_key' git url: 'git@code.bizgaze.com:sprl/sprl.git', credentialsId: 'jenkins_ssh_key'