For nexus

This commit is contained in:
work 2025-02-04 13:12:41 +01:00
parent ae84c4b7b8
commit f4563727fb

4
Jenkinsfile vendored
View file

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