Atualizar 'PipelineTestJenkins'
parent
732bee1a6a
commit
785041c4c8
|
@ -10,6 +10,14 @@ pipeline {
|
|||
stage('api') {
|
||||
steps {
|
||||
echo "Teste"
|
||||
|
||||
if (params.apiTest1) {
|
||||
echo "api-test-1: OK"
|
||||
}
|
||||
|
||||
if (params.apiTest2) {
|
||||
echo "api-test-2: OK"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue