From 891aa6623a50cdc55ef78e99b179e955df3717c2 Mon Sep 17 00:00:00 2001 From: Haroon Khel Date: Mon, 2 Dec 2024 17:37:51 +0000 Subject: [PATCH] Archiving cyclone dx jars not needed --- pipelines/build/common/openjdk_build_pipeline.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipelines/build/common/openjdk_build_pipeline.groovy b/pipelines/build/common/openjdk_build_pipeline.groovy index 3edf03912..5c03b8ea8 100644 --- a/pipelines/build/common/openjdk_build_pipeline.groovy +++ b/pipelines/build/common/openjdk_build_pipeline.groovy @@ -1867,8 +1867,6 @@ class Build { context.archiveArtifacts artifacts: 'workspace/target/*.json' } else { context.archiveArtifacts artifacts: 'workspace/target/*' - // Archive cyclone dx jars - context.archiveArtifacts artifacts: "workspace/build-scripts/jobs/${buildConfig.JAVA_TO_BUILD}-${buildConfig.TARGET_OS}-${buildConfig.ARCHITECTURE}-temurin/cyclonedx-lib/**/*.jar" } } } catch (FlowInterruptedException e) {