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

このコミットが含まれているのは:
2021-08-03 16:07:07 -07:00
コミット e11654b7e7
ベンダーファイル
+1 -1
ファイルの表示
@@ -8,7 +8,7 @@ pipeline {
stage('Restore packages') {
steps {
dir('unibase/platform.tenants') {
git credentialsId: 'jenkins_ssh_key', url: 'https://code.bizgaze.com/unibase/tenants.git'
git credentialsId: 'bizgaze_ssh_key', url: 'git@code.bizgaze.com:unibase/tenants.git'
}