Skip to content

Commit 88efa82

Browse files
committed
Keep all jar files in jenkins
Needed for proper testing using artifacts from PRs.
1 parent f03d65d commit 88efa82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ pipeline {
329329
post {
330330
always {
331331
junit allowEmptyResults: true, testResults: 'eclipse.platform.swt/tests/*.test*/target/surefire-reports/*.xml'
332-
archiveArtifacts allowEmptyArchive: true, artifacts: '**/*.log,*/binaries/*/target/*.jar', excludes: '**/*-sources.jar'
332+
archiveArtifacts allowEmptyArchive: true, artifacts: '**/*.log,*/binaries/*/target/*.jar,*/bundles/*/target/*.jar', excludes: '**/*-sources.jar'
333333
discoverGitReferenceBuild referenceJob: 'eclipse.platform.swt/master'
334334
// To accept unstable builds (test errors or new warnings introduced by third party changes) as reference using "ignoreQualityGate:true"
335335
recordIssues enabledForFailure: true, publishAllIssues: true, ignoreQualityGate: true, tools: [

0 commit comments

Comments
 (0)