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/05 20:12:52 UTC

[incubator-hop] branch integration-tests updated: 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


The following commit(s) were added to refs/heads/integration-tests by this push:
     new 30d999e  HOP=2212
30d999e is described below

commit 30d999e33b7a206e301898f1e2c90870725a1a90
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 .")
                 }
             }
         }