Atualizar 'PipelineTestJenkins'

master
Alberto Trevezani 2020-01-22 18:54:15 +00:00
parent 50648d0886
commit 8b01e9f211
1 changed files with 6 additions and 8 deletions

View File

@ -8,14 +8,12 @@ pipeline {
stages { stages {
stage('api') { stage('api') {
script { if (params.api-test-1) {
if (params.api-test-1) { echo "Teste 1"
echo "Teste 1" }
} if (params.api-test-2) {
if (params.api-test-2) { echo "Teste 2"
echo "Teste 2" }
}
}
} }
stage('info') { stage('info') {