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

This commit is contained in:
2021-08-03 17:48:37 -07:00
parent e35c0e65b9
commit 6ce68bb430
Vendored
+1 -1
View File
@@ -65,7 +65,7 @@ pipeline {
git url: 'git@code.bizgaze.com:unibase/utilities.git', credentialsId: 'jenkins_ssh_key'
}
dir('interface.web') {
git url: 'git@code.bizgaze.com:interface.web.git', credentialsId: 'jenkins_ssh_key'
git url: 'https://code.bizgaze.com/unibase/web.git'
}
dir('bizgaze') {
git url: 'git@code.bizgaze.com:bizgaze/solution.git', credentialsId: 'jenkins_ssh_key'