Skip to content

Commit

Permalink
Disable DetectVMInstallationsJob in Jenkins
Browse files Browse the repository at this point in the history
That should reduce possible side effects on API analysis.

See eclipse-pde/eclipse.pde#782
  • Loading branch information
iloveeclipse committed Oct 13, 2023
1 parent 6138ac3 commit af2c0a7
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 @@ -35,6 +35,7 @@ pipeline {
-Ptest-on-javase-21 -Pbree-libs -Papi-check \
-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 \
-Dcbi-ecj-version=99.99
"""
}
Expand Down

0 comments on commit af2c0a7

Please sign in to comment.