Matvey 3年前
コミット
d11772b0fc
1個のファイルの変更2行の追加9行の削除
  1. 2
    9
      Jenkinsfile

+ 2
- 9
Jenkinsfile ファイルの表示

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

読み込み中…
キャンセル
保存