diff --git a/Jenkinsfile b/Jenkinsfile index 825bad636c4..3821a0e5607 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,10 +27,11 @@ pipeline { } post { always { - archiveArtifacts(allowEmptyArchive: true, artifacts: '*.log, \ - */target/work/data/.metadata/*.log, \ - */tests/target/work/data/.metadata/*.log, \ - apiAnalyzer-workspace/.metadata/*.log') + archiveArtifacts(allowEmptyArchive: true, artifacts: '*.log,\ + */target/work/data/.metadata/*.log,\ + */tests/target/work/data/.metadata/*.log,\ + apiAnalyzer-workspace/.metadata/*.log,\ + repository/target/repository/**') junit '**/target/surefire-reports/*.xml' discoverGitReferenceBuild referenceJob: 'eclipse.pde/master' recordIssues publishAllIssues: true, tools: [java(), mavenConsole(), javaDoc()], qualityGates: [[threshold: 1, type: 'NEW', unstable: true]] diff --git a/pom.xml b/pom.xml index 5c807f4ff4b..82e2ed81ca0 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ build features org.eclipse.pde.doc.user + repository + + + + + + + + +