Update Jenkinsfile

hotfix in clean stage
This commit is contained in:
Roberto Cirillo 2024-11-06 12:27:37 +01:00
parent a0d714606f
commit 5986657daa
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -71,7 +71,7 @@ pipeline {
stage('Clean') {
steps{
sh "mvn clean"
sh "mvn --settings $MAVEN_CONFIG_FOLDER/$gcube_settings -Dmaven.repo.local=$MAVEN_CONFIG_FOLDER/$local_repo clean"
}
}