git://wamblee.org
/
pipelinelib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0c6126
)
default context is current directory
author
Erik Brakkee
<erik@brakkee.org>
Sun, 17 Nov 2024 19:22:18 +0000
(20:22 +0100)
committer
Erik Brakkee
<erik@brakkee.org>
Sun, 17 Nov 2024 19:22:18 +0000
(20:22 +0100)
vars/buildcontainer.groovy
patch
|
blob
|
history
diff --git
a/vars/buildcontainer.groovy
b/vars/buildcontainer.groovy
index 8ad770b3c9542a04cc145923c31a63127a396113..3bd6ae222e396d849286da48cf702fb2adc2a531 100644
(file)
--- 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',