Matvey vor 3 Jahren
Ursprung
Commit
1672281a1c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Datei anzeigen

11
 					git url: 'git@code.bizgaze.com:unibase/tenants.git', credentialsId: 'jenkins_ssh_key'
11
 					git url: 'git@code.bizgaze.com:unibase/tenants.git', credentialsId: 'jenkins_ssh_key'
12
 				}
12
 				}
13
 				dir('unibase/platform.analytics') {
13
 				dir('unibase/platform.analytics') {
14
-					git url: 'https://code.bizgaze.com/unibase/analytics.git', credentialsId: 'jenkins_ssh_key' 
14
+					git url: 'git@code.bizgaze.com:unibase/analytics.git', credentialsId: 'jenkins_ssh_key' 
15
 				}
15
 				}
16
 				dir('unibase/platform.apps') {
16
 				dir('unibase/platform.apps') {
17
 					git url: 'https://code.bizgaze.com/unibase/apps.git', credentialsId: 'jenkins_ssh_key'
17
 					git url: 'https://code.bizgaze.com/unibase/apps.git', credentialsId: 'jenkins_ssh_key'

Laden…
Abbrechen
Speichern