master
Fabio 2024-11-07 08:28:51 -03:00
parent f16a870643
commit 5e6a5a3022
1 changed files with 4 additions and 0 deletions

View File

@ -185,6 +185,10 @@ pipeline {
script {
echo "Auditador"
echo changedLog
TAG_SELECTOR = readMavenPom file: 'Auditador/pom.xml'
VERSAO = TAG_SELECTOR.getVersion()
VERSAO_TEXTO = "Versao: ${VERSAO}@${env.BUILD_TIMESTAMP_VERSAO}"
echo VERSAO_TEXTO
}
}
}