Skip to content

Commit

Permalink
More rearranging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 24, 2016
1 parent 3836e8b commit 63fc4af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ node('docker') {
sh 'bin/ci-stop.sh'

stage 'Push'
def maintainer = maintainer()
def imagename = imagename()
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") {
def baseImg = docker.build("$maintainer/$imagename")
baseImg.push("$tag")
Expand Down

0 comments on commit 63fc4af

Please sign in to comment.