Matvey 3 years ago
parent
commit
1027759575
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile View File

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

Loading…
Cancel
Save