Atualizar 'PipelineTestJenkins'

master
Alberto Trevezani 2020-01-22 18:57:56 +00:00
parent f55c47078a
commit d0b31ce124
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ pipeline {
stages {
stage('api') {
echo "Teste"
steps {
echo "Teste"
}
}
stage('info') {