INFRA-1009 Remove undefined COMMON_GRADLE_PARAMS (#6819)

This commit is contained in:
Ross Nicoll 2020-11-26 10:31:50 +00:00 committed by GitHub
parent 503644ca29
commit 86aa0c4252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,6 @@ pipeline {
passwordVariable: 'DOCKER_PASSWORD')]) {
sh script: [
'./gradlew',
COMMON_GRADLE_PARAMS,
'docker:pushDockerImage',
'-Pdocker.image.repository=corda/corda',
'--image ALPINE_ZULU'