Skip to content

Commit

Permalink
Removing push stage from build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 21, 2016
1 parent 1012cb9 commit 3abd1cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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')
# }

}

0 comments on commit 3abd1cb

Please sign in to comment.