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 8601c10 commit 3ef866d
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 @@ -21,6 +21,7 @@ pipeline {
-Pbuild-individual-bundles -Ptest-on-javase-19 -Pbree-libs -Papi-check\
-Dcompare-version-with-baselines.skip=false \
-Dproject.build.sourceEncoding=UTF-8 \
-DDetectVMInstallationsJob.disabled=true \
-DtrimStackTrace=false
"""
}
Expand Down

0 comments on commit 3ef866d

Please sign in to comment.