Atualizar 'PipelineTestJenkins'

master
Alberto Trevezani 2020-01-22 19:06:37 +00:00
parent 830043153c
commit 8b418bc030
1 changed files with 7 additions and 5 deletions

View File

@ -11,6 +11,7 @@ pipeline {
steps { steps {
echo "Teste" echo "Teste"
script {
if ($params.apiTest1) { if ($params.apiTest1) {
echo "api-test-1: OK" echo "api-test-1: OK"
} }
@ -20,6 +21,7 @@ pipeline {
} }
} }
} }
}
stage('info') { stage('info') {
steps { steps {