Atualizar 'PipelineTestJenkins'
parent
830043153c
commit
8b418bc030
|
@ -11,6 +11,7 @@ pipeline {
|
|||
steps {
|
||||
echo "Teste"
|
||||
|
||||
script {
|
||||
if ($params.apiTest1) {
|
||||
echo "api-test-1: OK"
|
||||
}
|
||||
|
@ -20,6 +21,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('info') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in New Issue