Skip to content

Commit

Permalink
Merge pull request #97 from pedro-r-marques/origin-1.1.3
Browse files Browse the repository at this point in the history
Tag the image with the branch name.
  • Loading branch information
Pedro Marques committed Mar 10, 2016
2 parents 2c1ff6d + 15dc1ca commit 8efdd2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
node {
checkout scm
docker.withRegistry('https://localhost:5000') {
def k8s_manager = docker.build('opencontrail/kube-network-manager')
k8s_manager.push()
def image = docker.build('opencontrail/kube-network-manager')
image.tag("${env.BRANCH_NAME}")
image.push()
}
}

0 comments on commit 8efdd2f

Please sign in to comment.