test
parent
d9f5294bae
commit
c01f51ab4c
|
@ -181,6 +181,9 @@ pipeline {
|
|||
}
|
||||
*/
|
||||
stage('Auditador') {
|
||||
when{
|
||||
changedLog "**/Auditador/*.*"
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
echo "Auditador"
|
||||
|
|
Loading…
Reference in New Issue