Updated Jenkinsfile and Jenkinsjob.xml

This commit is contained in:
Luca Frosini 2026-01-13 11:56:18 +01:00
parent e1949bda15
commit 59d1e8689e
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 {