Matvey před 3 roky
rodič
revize
9babbeeca8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Zobrazit soubor

15
 						extensions: scm.extensions,
15
 						extensions: scm.extensions,
16
 						userRemoteConfigs: [[
16
 						userRemoteConfigs: [[
17
 							url: 'git@code.bizgaze.com:unibase/tenants.git',
17
 							url: 'git@code.bizgaze.com:unibase/tenants.git',
18
-							credentialsId: 'jenkins_ssh'
18
+							credentialsId: 'jenkins_ssh_key'
19
 						]]
19
 						]]
20
 					])
20
 					])
21
 				}
21
 				}

Loading…
Zrušit
Uložit