master
Fabio 2024-11-07 08:24:51 -03:00
parent 7390ffe8d0
commit f16a870643
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ pipeline {
stage('Auditador') {
steps {
script {
echo Auditador
echo "Auditador"
echo changedLog
}
}