Atualizar 'PipelineTestJenkins'

master
Alberto Trevezani 2020-01-22 19:04:05 +00:00
parent 732bee1a6a
commit 785041c4c8
1 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,14 @@ pipeline {
stage('api') { stage('api') {
steps { steps {
echo "Teste" echo "Teste"
if (params.apiTest1) {
echo "api-test-1: OK"
}
if (params.apiTest2) {
echo "api-test-2: OK"
}
} }
} }