diff --git a/Jenkinsfile b/Jenkinsfile index f5ca5c2635..345d65b01a 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 5c807f4ff4..82e2ed81ca 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ build features org.eclipse.pde.doc.user + repository + + + + + + + + +