Merge pull request #7189 from corda/ronanb/INFRA-1697/remove-credentals-4.8

INFRA-1697 ensure we authenticate gradle creds on agent 2
This commit is contained in:
Ronan Browne 2022-05-26 14:16:55 +01:00 committed by GitHub
commit a830b3707c
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,