From fa899c55c2661b39d670e6719797d455c647a8fa Mon Sep 17 00:00:00 2001 From: Connel McGovern Date: Mon, 20 Nov 2023 11:05:54 +0000 Subject: [PATCH] ES-1131: Re-add authenticateGradleWrapper --- .ci/dev/compatibility/JenkinsfileJDK11Compile | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/dev/compatibility/JenkinsfileJDK11Compile b/.ci/dev/compatibility/JenkinsfileJDK11Compile index 38fa96129d..83d4923df3 100644 --- a/.ci/dev/compatibility/JenkinsfileJDK11Compile +++ b/.ci/dev/compatibility/JenkinsfileJDK11Compile @@ -36,6 +36,7 @@ pipeline { stages { stage('JDK 11 Compile') { steps { + authenticateGradleWrapper() sh "./gradlew --no-daemon --parallel --build-cache -Pcompilation.allWarningsAsErrors=true -Ptests.failFast=false " + "-Ptests.ignoreFailures=true clean compileAll --stacktrace" }