Atualizar 'PipelineTestJenkins'

master
Alberto Trevezani 2020-01-22 18:37:25 +00:00
parent 8cb01294f1
commit 890c7246b1
1 changed files with 1 additions and 1 deletions

View File

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