Matvey 3 年前
父节点
当前提交
8e757fce39
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile 查看文件

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

正在加载...
取消
保存