first try to push to nexus
[upnpmonitor] / Jenkinsfile
index 2a9a0c079834fd9e696544779f434259aa9ac61c..61cf1aef6b696823c9a3e69a10c2d717c3f2e83a 100644 (file)
@@ -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}
           """
         }
       }