Skip to content

Commit

Permalink
Collect (and archive) comparator errors in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Jan 6, 2024
1 parent 427e060 commit 528efb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ pipeline {
-Pbree-libs \
-Papi-check \
-Pjavadoc \
-Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true
-Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true \
-Dtycho.debug.artifactcomparator
'''
}
}
Expand All @@ -31,6 +32,7 @@ pipeline {
*/target/work/data/.metadata/*.log,\
*/tests/target/work/data/.metadata/*.log,\
apiAnalyzer-workspace/.metadata/*.log,\
*/target/artifactcomparison/**,\
repository/target/repository/**')
junit '**/target/surefire-reports/*.xml'
discoverGitReferenceBuild referenceJob: 'eclipse.pde/master'
Expand Down

0 comments on commit 528efb4

Please sign in to comment.