From beaed61028b1eee1c167d88ab190428786a38a86 Mon Sep 17 00:00:00 2001 From: Ronan Browne Date: Tue, 22 Feb 2022 08:36:33 +0000 Subject: [PATCH] INFRA-1720: remove dockerhub publishing nightly (#7081) --- .ci/dev/publish-branch/Jenkinsfile.nightly | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.ci/dev/publish-branch/Jenkinsfile.nightly b/.ci/dev/publish-branch/Jenkinsfile.nightly index 4b331e9f5d..22466a4e69 100644 --- a/.ci/dev/publish-branch/Jenkinsfile.nightly +++ b/.ci/dev/publish-branch/Jenkinsfile.nightly @@ -113,16 +113,6 @@ pipeline { } } - stage('Publish Nightly to Docker Hub') { - steps { - withCredentials([ - usernamePassword(credentialsId: 'corda-publisher-docker-hub-credentials', - usernameVariable: 'DOCKER_USERNAME', - passwordVariable: 'DOCKER_PASSWORD')]) { - sh "./gradlew pushOfficialImages" - } - } - } }