From 817abfdd42a09fb274652570f66f98ddfd4fc5c3 Mon Sep 17 00:00:00 2001 From: konsthol Date: Mon, 26 May 2025 15:16:47 +0300 Subject: [PATCH] =?UTF-8?q?I=20know,=20I=20know,=20this=20is=20not=20how?= =?UTF-8?q?=20I=E2=80=99m=20supposed=20to=20do=20it,=20but=20I=20can't=20t?= =?UTF-8?q?hink=20of=20something=20better.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8003ad1..5b56d2e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -128,7 +128,7 @@ spec: stage('Docker build & push') { steps { script { - dockerBuildAndPush(env.NEXUS_DOCKER_URL, "json-echo", "./Dockerfile", "target", "admin", env.NEXUS_DOCKER_PASS) + customDockerBuildAndPush(env.NEXUS_DOCKER_URL, "json-echo", "./Dockerfile", "target", "admin", env.NEXUS_DOCKER_PASS) } } }