X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=Jenkinsfile;h=61cf1aef6b696823c9a3e69a10c2d717c3f2e83a;hb=HEAD;hp=ca86a8c13667f3dee3d9900a99c47f8664e808e1;hpb=3488439f241eb30e69cc69cdca29120c63e27c75;p=upnpmonitor diff --git a/Jenkinsfile b/Jenkinsfile index ca86a8c..61cf1ae 100644 --- 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 depot.wamblee.org/rockyrocks:${env.BRANCH_NAME} + --destination cat.wamblee.org/rockyrocks:${env.BRANCH_NAME} """ } }