Matvey 4 anni fa
parent
commit
1027759575
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Vedi File

14
 						branches: [[name: '*/master' ]],
14
 						branches: [[name: '*/master' ]],
15
 						extensions: scm.extensions,
15
 						extensions: scm.extensions,
16
 						userRemoteConfigs: [[
16
 						userRemoteConfigs: [[
17
-							url: 'git@code.bizgaze.com:unibase/tenants.git',
17
+							url: 'https://code.bizgaze.com/unibase/tenants.git',
18
 							credentialsId: 'jenkins_ssh_key'
18
 							credentialsId: 'jenkins_ssh_key'
19
 						]]
19
 						]]
20
 					])
20
 					])

Loading…
Annulla
Salva