From c01f51ab4c6885d46a82aa75828360bbebe0f361 Mon Sep 17 00:00:00 2001 From: Fabio Date: Thu, 7 Nov 2024 08:34:15 -0300 Subject: [PATCH] test --- Auditador/pom.xml | 2 +- Jenkinsfile-Adm-Mono | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Auditador/pom.xml b/Auditador/pom.xml index 1ce6f6bfc..a5958f07d 100644 --- a/Auditador/pom.xml +++ b/Auditador/pom.xml @@ -6,7 +6,7 @@ Auditador 1.2.1 - + rj-releases http://52.5.53.15:8081/nexus/content/repositories/releases/ diff --git a/Jenkinsfile-Adm-Mono b/Jenkinsfile-Adm-Mono index 9492c63ed..ff18cabca 100644 --- a/Jenkinsfile-Adm-Mono +++ b/Jenkinsfile-Adm-Mono @@ -181,6 +181,9 @@ pipeline { } */ stage('Auditador') { + when{ + changedLog "**/Auditador/*.*" + } steps { script { echo "Auditador"