X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=Jenkinsfile;h=61cf1aef6b696823c9a3e69a10c2d717c3f2e83a;hb=e401b232ee7269d75446bf1780af1fe255c0b5ee;hp=2a9a0c079834fd9e696544779f434259aa9ac61c;hpb=8869c1945defc59c41311194e5e3423f27ac4a37;p=upnpmonitor diff --git a/Jenkinsfile b/Jenkinsfile index 2a9a0c0..61cf1ae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,6 +25,11 @@ pipeline { container('kaniko') { sh """ echo 'Hello world' + /kaniko/executor --dockerfile Dockerfile \ + --cache=true \ + --cache-ttl=100000h \ + --context \$( pwd ) \ + --destination cat.wamblee.org/rockyrocks:${env.BRANCH_NAME} """ } }