From: Erik Brakkee <erik@brakkee.org>
Date: Sat, 1 Oct 2022 19:14:00 +0000 (+0200)
Subject: first try to push to nexus
X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=upnpmonitor

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}
           """
         }
       }