INFRA-1697 authenticate on agent 2

This commit is contained in:
Ronan Browne 2022-05-26 12:06:47 +01:00 committed by GitHub
parent 686cb1f497
commit ab5f4fe0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,6 +171,7 @@ pipeline {
}
stage('Recompile') {
steps {
authenticateGradleWrapper()
sh script: [
'./gradlew',
COMMON_GRADLE_PARAMS,