Updated Jenkinsfile and Jenkinsjob.xml

This commit is contained in:
Luca Frosini 2025-11-11 11:32:49 +01:00
parent aeac7ac6cf
commit 8f8116a2a8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
environment {
MAVEN_CONFIG_FOLDER = "/home/jenkins/.m2"
SKIP_TESTS = "true"
SKIP_TESTS = "false"
}
stages {