ES-1131: Re-add authenticateGradleWrapper

This commit is contained in:
Connel McGovern 2023-11-20 11:05:54 +00:00
parent 44bfb2821d
commit fa899c55c2

View File

@ -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"
}