For nexus

This commit is contained in:
work 2025-02-04 13:09:29 +01:00
parent c4a81dc9eb
commit ae84c4b7b8

2
Jenkinsfile vendored
View file

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