Skip to content

Commit

Permalink
Merge pull request amundsen-io#3 in BI/amundsensearchlibrary from tto…
Browse files Browse the repository at this point in the history
… to test

* commit '6058860117408651d66b6e012b7ad395ac55aa4b':
  fix jenkinsfile
Jakub Hettler authored and Jakub Hettler committed Apr 24, 2019
2 parents a03c6f4 + 6058860 commit 5eddd7a
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
@@ -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 .")
}
}
}

0 comments on commit 5eddd7a

Please sign in to comment.