ES-1131: Re-add authenticateGradleWrapper

This commit is contained in:
Connel McGovern 2023-11-20 11:06:46 +00:00
parent 18d98760b1
commit 7c681e025d

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