diff --git a/Jenkinsfile b/Jenkinsfile index 36266f7..12006e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -88,7 +88,7 @@ node('master') { def project = readJSON file: "JenkinsEnv.json"; project.builds.each { v -> - branches["Build ${v.DockerRoot}/${v.DockerImage}"] = { + branches["Build ${v.DockerRoot}/${v.DockerImage}:${v.DockerTag}"] = { node { buildStep(v.DockerRoot, v.DockerImage, v.DockerTag, v.Dockerfile, v.BuildIfSuccessful) }