Atualizar 'PipelineTestJenkins'
parent
50648d0886
commit
8b01e9f211
|
@ -8,14 +8,12 @@ pipeline {
|
|||
|
||||
stages {
|
||||
stage('api') {
|
||||
script {
|
||||
if (params.api-test-1) {
|
||||
echo "Teste 1"
|
||||
}
|
||||
if (params.api-test-2) {
|
||||
echo "Teste 2"
|
||||
}
|
||||
}
|
||||
if (params.api-test-1) {
|
||||
echo "Teste 1"
|
||||
}
|
||||
if (params.api-test-2) {
|
||||
echo "Teste 2"
|
||||
}
|
||||
}
|
||||
|
||||
stage('info') {
|
||||
|
|
Loading…
Reference in New Issue