From 3abd1cbad31218d39d7bf8e9b13d7aed4756f9b0 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Thu, 21 Jul 2016 14:35:16 -0400 Subject: [PATCH] Removing push stage from build for now --- Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5e32a7b..eb659c4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,11 +16,5 @@ 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('$env.DOCKERHUB_ACCOUNT/shib_') - # baseImg.push('latest') - # } } \ No newline at end of file