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