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:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -128,7 +128,7 @@ spec:
|
|||||||
stage('Docker build & push') {
|
stage('Docker build & push') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user