浏览代码

Adding workspace preparation for JDK11

pull/61/head
Martin Stockhammer 3 年前
父节点
当前提交
12827812ac
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      Jenkinsfile

+ 2
- 0
Jenkinsfile 查看文件

@@ -147,6 +147,8 @@ pipeline {
options: publishers
)
{
sh "chmod 755 ./src/ci/scripts/prepareWorkspace.sh"
sh "./src/ci/scripts/prepareWorkspace.sh"
sh "mvn clean install -U -B -e -fae -Dmaven.compiler.fork=true -Pci-build -T${THREADS}"
}
}

正在加载...
取消
保存