Matvey 4年前
コミット
8e757fce39
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile ファイルの表示

22
 				dir('common') {
22
 				dir('common') {
23
 					git url: 'https://code.bizgaze.com/unibase/common.git'
23
 					git url: 'https://code.bizgaze.com/unibase/common.git'
24
 				}
24
 				}
25
-				dir('Core') {
25
+				dir('core') {
26
 					git url: 'https://code.bizgaze.com/unibase/core.git'
26
 					git url: 'https://code.bizgaze.com/unibase/core.git'
27
 				}
27
 				}
28
 				dir('datasources') {
28
 				dir('datasources') {

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