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 { stages {
stage ('Docker build') { stage ('Docker build') {
steps { steps {
script {
dockerImage = docker.build(imageName) dockerImage = docker.build(imageName)
} }
}
} }
stage ('Build') { stage ('Build') {