From: Erik Brakkee Date: Sun, 17 Nov 2024 19:22:18 +0000 (+0100) Subject: default context is current directory X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=b342f2da1a919cda35fa4d60300c970e7d7dc086;p=pipelinelib default context is current directory --- diff --git a/vars/buildcontainer.groovy b/vars/buildcontainer.groovy index 8ad770b..3bd6ae2 100644 --- a/vars/buildcontainer.groovy +++ b/vars/buildcontainer.groovy @@ -13,7 +13,8 @@ import java.rmi.dgc.VMID // - version: Container version to build. Default to the value of the BRANCH_NAME variable // def call(Map args) { - def defaults = [ + def defaults = [ + context: ".", cache: true, cachettl: "336h", dockerfile: 'Dockerfile',