Atualizar 'PipelineTestJenkins'

master
Alberto Trevezani 2020-01-22 19:05:08 +00:00
parent 785041c4c8
commit 830043153c
1 changed files with 2 additions and 2 deletions

View File

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