master
Fabio 2024-11-12 08:48:51 -03:00
parent 0ba4b77c8c
commit 46f8774a64
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ pipeline {
stage('Preparar Release') {
steps {
script {
sh 'mvn clean release:prepare'
dir('Auditador'){
sh 'mvn clean release:prepare'
}
}
}
}