For nexus

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

2
Jenkinsfile vendored
View file

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