Merge branch 'ronanb/INFRA-1697/remove-credentals' of https://github.com/corda/corda into ronanb/INFRA-1697/remove-credentals

This commit is contained in:
Ronan Browne 2022-02-14 21:00:24 +00:00
commit f65b9ba5d8

View File

@ -49,7 +49,7 @@ pipeline {
stages {
stage('Compile') {
steps {
authenticateGradleWrapper()
authenticateGradleWrapper()
sh script: [
'./gradlew',
COMMON_GRADLE_PARAMS,