diff --git a/pipelines/build/common/openjdk_build_pipeline.groovy b/pipelines/build/common/openjdk_build_pipeline.groovy index d72b40f52..df780bd0b 100644 --- a/pipelines/build/common/openjdk_build_pipeline.groovy +++ b/pipelines/build/common/openjdk_build_pipeline.groovy @@ -1331,7 +1331,7 @@ class Build { * with the windows one, and sometimes not e.g. * windbld#473/475/476/477 */ - listArchives(true).each({ file -> + listArchives(false).each({ file -> def type = 'jdk' if (file.contains('-jre')) { type = 'jre'