Commit 4438a733 authored by Marco Ortiz's avatar Marco Ortiz

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

parent 338746fd
...@@ -79,7 +79,9 @@ pipeline { ...@@ -79,7 +79,9 @@ pipeline {
// withMaven(maven: 'Maven', mavenSettingsConfig: '2ea57b6f-d6f0-42bc-9770-f24d4170a439') { // withMaven(maven: 'Maven', mavenSettingsConfig: '2ea57b6f-d6f0-42bc-9770-f24d4170a439') {
// sh 'mvn clean install -DskipTests -P docker' // sh 'mvn clean install -DskipTests -P docker'
// } // }
scripts {
docker.build docker.build
}
} }
} }
// stage('Deploy Image') { // stage('Deploy Image') {
......
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