This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 7196346ade0a chore(ci): added -f flag
7196346ade0a is described below
commit 7196346ade0a75e0a67501f61975a327d85b519c
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Feb 10 08:39:44 2026 +0100
chore(ci): added -f flag
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 93625d81be1c..b49f2bab0cc3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -126,7 +126,7 @@ pipeline {
stage('Clean workspace') {
steps {
cleanWs()
- sh 'rm -rv
/home/jenkins/.m2/repository/org/apache/camel'
+ sh 'rm -rvf
/home/jenkins/.m2/repository/org/apache/camel'
checkout scm
}
}