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,7 +8,6 @@ pipeline {
stages { stages {
stage('api') { stage('api') {
script {
if (params.api-test-1) { if (params.api-test-1) {
echo "Teste 1" echo "Teste 1"
} }
@ -16,7 +15,6 @@ pipeline {
echo "Teste 2" echo "Teste 2"
} }
} }
}
stage('info') { stage('info') {
steps { steps {