未验证 提交 d737e0f6 编写于 作者: O Oleg Nenashev 提交者: GitHub

Merge pull request #4334 from jenkinsci/ath-reenable

Reenable ATH in Jenkinsfile
......@@ -77,7 +77,6 @@ for(j = 0; j < jdks.size(); j++) {
// TODO: Restore ATH once https://groups.google.com/forum/#!topic/jenkinsci-dev/v9d-XosOp2s is resolved
// TODO: ATH flow now supports Java 8 only, it needs to be reworked (INFRA-1690)
/*
builds.ath = {
node("docker&&highmem") {
// Just to be safe
......@@ -99,7 +98,7 @@ builds.ath = {
runATH jenkins: fileUri, metadataFile: metadataPath
}
}
}*/
}
builds.failFast = failFast
parallel builds
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册