Commit 1b0366d4 authored by Marco Ortiz's avatar Marco Ortiz

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

parent a7203911
...@@ -79,6 +79,9 @@ pipeline { ...@@ -79,6 +79,9 @@ pipeline {
} }
} }
post { post {
when {
expression { params.include_docker == 'no' }
}
always { always {
echo 'Confirmación de ejecución!' echo 'Confirmación de ejecución!'
......
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