first try to push to nexus master
authorErik Brakkee <erik@brakkee.org>
Sat, 1 Oct 2022 19:14:00 +0000 (21:14 +0200)
committerErik Brakkee <erik@brakkee.org>
Sat, 1 Oct 2022 19:14:00 +0000 (21:14 +0200)
Jenkinsfile

index ca86a8c13667f3dee3d9900a99c47f8664e808e1..61cf1aef6b696823c9a3e69a10c2d717c3f2e83a 100644 (file)
@@ -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}
           """
         }
       }