From d04c55ac57be53744dceb46a0bca45b15834f188 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Mon, 18 Jul 2016 15:46:16 -0400 Subject: [PATCH] Disabling push for now --- Jenkinsfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e7c9559..5e32a7b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,11 +16,11 @@ node { sh '/usr/local/bin/bats tests/shibboleth-idp.bats' - stage 'Push' - if(env.BRANCH_NAME == "master") - docker.withRegistry('https://registry.hub.docker.com/', 'dockerhub-bigfleet') { - def baseImg = docker.build('bigfleet/centos7base') - baseImg.push('latest') - } + # stage 'Push' + # if(env.BRANCH_NAME == "master") + # docker.withRegistry('https://registry.hub.docker.com/', 'dockerhub-bigfleet') { + # def baseImg = docker.build('$env.DOCKERHUB_ACCOUNT/shib_') + # baseImg.push('latest') + # } } \ No newline at end of file