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

Merge pull request #3883 from jglick/incrementals-archive

Artifacts for incrementals are only supposed to be archived from one branch
...@@ -63,7 +63,7 @@ for(j = 0; j < jdks.size(); j++) { ...@@ -63,7 +63,7 @@ for(j = 0; j < jdks.size(); j++) {
junit healthScaleFactor: 20.0, testResults: '*/target/surefire-reports/*.xml' junit healthScaleFactor: 20.0, testResults: '*/target/surefire-reports/*.xml'
archiveArtifacts allowEmptyArchive: true, artifacts: '**/target/surefire-reports/*.dumpstream' archiveArtifacts allowEmptyArchive: true, artifacts: '**/target/surefire-reports/*.dumpstream'
} }
if (buildType == 'Linux') { if (buildType == 'Linux' && jdk == jdks[0]) {
def changelist = readFile(changelistF) def changelist = readFile(changelistF)
dir(m2repo) { dir(m2repo) {
archiveArtifacts artifacts: "**/*$changelist/*$changelist*", archiveArtifacts artifacts: "**/*$changelist/*$changelist*",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册