You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/06 15:24:45 UTC

[incubator-hop] 03/22: HOP=2212

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 <ha...@gmail.com>
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 .")
                 }
             }
         }