Skip to content

Commit

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

}

0 comments on commit d04c55a

Please sign in to comment.