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 <[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 .")
}
}
}