Skip to content

Commit

Permalink
Enable debug for API tooling on Jenkins
Browse files Browse the repository at this point in the history
Should help to understand strange API analysis errors.

See eclipse-pde/eclipse.pde#782
  • Loading branch information
iloveeclipse committed Oct 13, 2023
1 parent af2c0a7 commit eddafe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pipeline {
-Djava.io.tmpdir=$WORKSPACE/tmp -Dproject.build.sourceEncoding=UTF-8 \
-Dtycho.surefire.argLine="--add-modules ALL-SYSTEM -Dcompliance=1.8,11,17,19,21 -Djdt.performance.asserts=disabled" \
-DDetectVMInstallationsJob.disabled=true \
-Dtycho.apitools.debug \
-Dcbi-ecj-version=99.99
"""
}
Expand Down

0 comments on commit eddafe9

Please sign in to comment.