From: Erik Brakkee Date: Sat, 1 Oct 2022 19:14:00 +0000 (+0200) Subject: first try to push to nexus X-Git-Url: http://wamblee.org/gitweb/?p=upnpmonitor;a=commitdiff_plain;h=e401b232ee7269d75446bf1780af1fe255c0b5ee first try to push to nexus --- 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} """ } }