Skip to content

Commit

Permalink
Update Jenkinsfile (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif authored Oct 16, 2019
1 parent eab3d40 commit f26ee58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pipeline {
script {
scmVars = checkout scm
docker_tag = env.TAG_NAME ? env.TAG_NAME : tag[scmVars.GIT_BRANCH]
def iC = docker.build("nexus.iroha.tech:19002/d3-deploy/back-office:${tag[scmVars.GIT_BRANCH]}")
def iC = docker.build("nexus.iroha.tech:19002/d3-deploy/back-office:${docker_tag}")
docker.withRegistry('https://nexus.iroha.tech:19002', 'nexus-d3-docker') {
iC.push()
}
Expand Down

0 comments on commit f26ee58

Please sign in to comment.