This is an automated email from the ASF dual-hosted git repository.

apupier 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 e1b82fdba6b3 Clean jbang-camel-it/target/data folder
e1b82fdba6b3 is described below

commit e1b82fdba6b3e9a4d093bf6ffdb398cc679f6dde
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Wed Jun 17 14:06:45 2026 +0200

    Clean jbang-camel-it/target/data folder
    
    On Jenkins CI, this folder has "root" as the owner of this file. It is
    most likely causing Jenkins workspace cleanup plugin failing to clean
    the workspace, thus leading to no more disk space.
    
    Note that I'm unable to reproduce locally. The folder is created with my
    account (but i'm also an admin, maybe the reason?). That said i'm unable
    to play all the tests locally due to various errors (most of them seems
    to search for a /home/jbang/.m2 which obviously doesn't exists)
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 dsl/camel-jbang/camel-jbang-it/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/dsl/camel-jbang/camel-jbang-it/pom.xml 
b/dsl/camel-jbang/camel-jbang-it/pom.xml
index 4f4cb8dd5f44..2c4854ae005a 100644
--- a/dsl/camel-jbang/camel-jbang-it/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-it/pom.xml
@@ -238,6 +238,18 @@
                                     <goal>run</goal>
                                 </goals>
                             </execution>
+                            <execution>
+                                <id>post-integration-test</id>
+                                <phase>post-integration-test</phase>
+                                <configuration>
+                                    <target>
+                                        <delete dir="${shared.data.folder}"/>
+                                    </target>
+                                </configuration>
+                                <goals>
+                                    <goal>run</goal>
+                                </goals>
+                            </execution>
                         </executions>
                     </plugin>
                     <plugin>

Reply via email to