This is an automated email from the ASF dual-hosted git repository. hansva pushed a commit to branch integration-tests in repository https://gitbox.apache.org/repos/asf/incubator-hop.git
commit 50647e265bfe8f11b0364984fe1da7afb506eda7 Author: Hans Van Akelyen <[email protected]> AuthorDate: Sat Dec 5 21:12:40 2020 +0100 HOP=2212 --- Jenkinsfile.daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily index cce1854..04579c8 100644 --- a/Jenkinsfile.daily +++ b/Jenkinsfile.daily @@ -90,7 +90,7 @@ pipeline { stage('Create Docker image'){ steps { script { - dockerImage = docker.build -f 'Dockerfile.unit-tests' imagename + dockerImage = docker.build(imagename, "-f Dockerfile.unit-tests .") } } }
