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:
3488439
)
first try to push to nexus
master
author
Erik Brakkee
<erik@brakkee.org>
Sat, 1 Oct 2022 19:14:00 +0000
(21:14 +0200)
committer
Erik Brakkee
<erik@brakkee.org>
Sat, 1 Oct 2022 19:14:00 +0000
(21:14 +0200)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index ca86a8c13667f3dee3d9900a99c47f8664e808e1..61cf1aef6b696823c9a3e69a10c2d717c3f2e83a 100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-25,11
+25,11
@@
pipeline {
container('kaniko') {
sh """
echo 'Hello world'
-
echo
/kaniko/executor --dockerfile Dockerfile \
+ /kaniko/executor --dockerfile Dockerfile \
--cache=true \
--cache-ttl=100000h \
--context \$( pwd ) \
- --destination
depo
t.wamblee.org/rockyrocks:${env.BRANCH_NAME}
+ --destination
ca
t.wamblee.org/rockyrocks:${env.BRANCH_NAME}
"""
}
}