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

+ 9
- 2
Jenkinsfile Ver arquivo

8
 		stage('Restore packages') {
8
 		stage('Restore packages') {
9
             steps {
9
             steps {
10
             	dir('unibase/platform.tenants') {
10
             	dir('unibase/platform.tenants') {
11
-					git credentialsId: 'bizgaze_ssh_key', url: 'git@code.bizgaze.com:unibase/tenants.git'
12
-
11
+					/*git credentialsId: 'bizgaze_ssh_key', url: 'git@code.bizgaze.com:unibase/tenants.git'*/
13
 
12
 
13
+					checkout([$class: 'GitSCM',
14
+						branches: [[name: '*/master' ]],
15
+						extensions: scm.extensions,
16
+						userRemoteConfigs: [[
17
+							url: 'git@code.bizgaze.com:unibase/tenants.git',
18
+							credentialsId: 'jenkins_ssh_key'
19
+						]]
20
+					])
14
 				}
21
 				}
15
 				dir('unibase/platform.analytics') {
22
 				dir('unibase/platform.analytics') {
16
 					git url: 'https://code.bizgaze.com/unibase/analytics.git'
23
 					git url: 'https://code.bizgaze.com/unibase/analytics.git'

Carregando…
Cancelar
Salvar