From 0b08ed72aa12738f0ee2d28169d089bca9449dfc Mon Sep 17 00:00:00 2001 From: Andrey Loskutov Date: Fri, 13 Oct 2023 14:12:30 +0200 Subject: [PATCH] Disable DetectVMInstallationsJob in Jenkins That should reduce possible side effects on API analysis. See https://github.com/eclipse-pde/eclipse.pde/issues/782 --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2e4310ad6ef..ec412985ad2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 """ }