Commit df1de34e authored by Marco Ortiz's avatar Marco Ortiz

Preparación para la integración con el nuevo jenkins

parent b5da1d9f
...@@ -74,8 +74,8 @@ pipeline { ...@@ -74,8 +74,8 @@ pipeline {
// } // }
stage('Build Docker Image') { stage('Build Docker Image') {
steps { steps {
script { withMaven(maven: 'Maven', mavenSettingsConfig: '2ea57b6f-d6f0-42bc-9770-f24d4170a439') {
dockerImage = "${IMAGE}:${VERSION}" sh 'mvn clean install -P docker'
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment