Commit aee49dfa authored by Marco Ortiz's avatar Marco Ortiz

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

parent 95ef7c9a
pipeline { pipeline {
agent any agent any
parameters {
string(defaultValue: 'false', description: 'Ejecuta los procesos docker', name: 'include_docker')
}
environment { environment {
IMAGE = readMavenPom().getArtifactId() IMAGE = readMavenPom().getArtifactId()
VERSION = readMavenPom().getVersion() VERSION = readMavenPom().getVersion()
......
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