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:
fd23c3d
)
default cache ttl in hours
author
Erik Brakkee
<erik@brakkee.org>
Sun, 17 Nov 2024 19:19:50 +0000
(20:19 +0100)
committer
Erik Brakkee
<erik@brakkee.org>
Sun, 17 Nov 2024 19:19:50 +0000
(20:19 +0100)
vars/buildcontainer.groovy
patch
|
blob
|
history
diff --git
a/vars/buildcontainer.groovy
b/vars/buildcontainer.groovy
index 86ee719e4da5d8b2939edc624d283c4a9ca23aff..8ad770b3c9542a04cc145923c31a63127a396113 100644
(file)
--- a/
vars/buildcontainer.groovy
+++ b/
vars/buildcontainer.groovy
@@
-15,7
+15,7
@@
import java.rmi.dgc.VMID
def call(Map args) {
def defaults = [
cache: true,
- cachettl: "
14d
",
+ cachettl: "
336h
",
dockerfile: 'Dockerfile',
mirror: env.REGISTRY_MIRROR,
repo: env.CONTAINER_REGISTRY,