From: Erik Brakkee Date: Sat, 1 Oct 2022 19:00:32 +0000 (+0200) Subject: added kaniko example X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=3488439f241eb30e69cc69cdca29120c63e27c75;hp=887ae0092f46ef7f39e20336898db8a927e0297f;p=upnpmonitor added kaniko example --- diff --git a/Jenkinsfile b/Jenkinsfile index 2a9a0c0..ca86a8c 100644 --- 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} """ } }