Matvey 3 anos atrás
pai
commit
1027759575
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver arquivo

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
 					])

Carregando…
Cancelar
Salvar