瀏覽代碼

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}"
}
}

Loading…
取消
儲存