Atualizar 'PipelineTestJenkins'

master
Alberto Trevezani 2020-01-22 19:07:28 +00:00
parent 8b418bc030
commit a9351aeb73
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@ pipeline {
echo "Teste"
script {
if ($params.apiTest1) {
if (params.apiTest1) {
echo "api-test-1: OK"
}
if ($params.apiTest2) {
if (params.apiTest2) {
echo "api-test-2: OK"
}
}