Skip to content

Commit

Permalink
fix jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Hettler committed Apr 24, 2019
1 parent e2b37bb commit 6058860
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 @@ -60,7 +60,7 @@ pipeline {
script {
dockerRegistry = new DockerRegistry(this).login('dcreg.service.consul')
def otherParams = "--label build_version=${buildVersion} --label build_branch=${env.BRANCH_NAME} --label build_url=${BUILD_URL} --label build_type=${enviro.toLowerCase()}"
dockerImage = docker.build("${params.image_name}", "-f public.Dockerfile $otherParams .")
dockerImage = docker.build("${params.image_name}", "-f Dockerfile $otherParams .")
}
}
}
Expand Down

0 comments on commit 6058860

Please sign in to comment.