Atualizar 'PipelineTestJenkins'

master
Alberto Trevezani 2020-01-22 18:36:27 +00:00
parent e4e1cc1069
commit 8cb01294f1
1 changed files with 8 additions and 0 deletions

View File

@ -11,5 +11,13 @@ pipeline {
echo "flag: ${params.userFlag}"
}
}
stage("fighters") {
when {
expression { return ${params.userFlag} }
}
steps {
echo "XXX"
}
}
}
}