git://wamblee.org
/
upnpmonitor
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
887ae00
)
added kaniko example
author
Erik Brakkee
<erik@brakkee.org>
Sat, 1 Oct 2022 19:00:32 +0000
(21:00 +0200)
committer
Erik Brakkee
<erik@brakkee.org>
Sat, 1 Oct 2022 19:00:32 +0000
(21:00 +0200)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index 2a9a0c079834fd9e696544779f434259aa9ac61c..ca86a8c13667f3dee3d9900a99c47f8664e808e1 100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-25,6
+25,11
@@
pipeline {
container('kaniko') {
sh """
echo 'Hello world'
+ echo /kaniko/executor --dockerfile Dockerfile \
+ --cache=true \
+ --cache-ttl=100000h \
+ --context \$( pwd ) \
+ --destination depot.wamblee.org/rockyrocks:${env.BRANCH_NAME}
"""
}
}