I know, I know, this is not how I’m supposed to do it, but I can't think of something better.

This commit is contained in:
2025-05-26 15:16:47 +03:00
parent 523838fc69
commit 817abfdd42

2
Jenkinsfile vendored
View File

@@ -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)
}
}
}