Update Jenkinsfile

fix clean
This commit is contained in:
Roberto Cirillo 2024-11-06 14:25:51 +01:00
parent 5986657daa
commit 28edb0e006
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -72,7 +72,7 @@ pipeline {
stage('Clean') {
steps{
sh "mvn --settings $MAVEN_CONFIG_FOLDER/$gcube_settings -Dmaven.repo.local=$MAVEN_CONFIG_FOLDER/$local_repo clean"
sh "rm -Rf $MAVEN_CONFIG_FOLDER/../workspace/gCubeBuild/src/main/webapp/*"
}
}
}