Commit 2f005480 authored by Marco Ortiz's avatar Marco Ortiz

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

parent 7ca29fe2
......@@ -21,6 +21,9 @@ pipeline {
}
stages {
stage ('Initialize') {
when {
expression { parameters name: 'include_docker', value: 'yes' }
}
steps {
echo "You choose: ${params.include_docker}"
sh '''
......
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