From e401b232ee7269d75446bf1780af1fe255c0b5ee Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sat, 1 Oct 2022 21:14:00 +0200 Subject: [PATCH] first try to push to nexus --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} """ } } -- 2.31.1