For nexus

This commit is contained in:
work 2025-02-04 12:58:21 +01:00
parent bd920c18a4
commit c4a81dc9eb

2
Jenkinsfile vendored
View file

@ -14,7 +14,7 @@ pipeline {
stages {
stage ('Docker build') {
script {
steps {
dockerImage = docker.build imageName
}