Atualizar 'PipelineTestJenkins'

master
Alberto Trevezani 2020-01-22 18:56:27 +00:00
parent 357c815d03
commit f24bbeb3dd
1 changed files with 0 additions and 6 deletions

View File

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