master
Fabio 2024-11-07 08:34:15 -03:00
parent d9f5294bae
commit c01f51ab4c
2 changed files with 4 additions and 1 deletions

View File

@ -181,6 +181,9 @@ pipeline {
} }
*/ */
stage('Auditador') { stage('Auditador') {
when{
changedLog "**/Auditador/*.*"
}
steps { steps {
script { script {
echo "Auditador" echo "Auditador"