Skip to content

Commit

Permalink
Archiving cyclone dx jars not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Dec 2, 2024
1 parent 8687693 commit 891aa66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 891aa66

Please sign in to comment.