| Containers running inside Jenkins pipelines share the workspace with the host machine (rhel), if we execute them as root they will create files owned by root which means that the jenkins user running on the host machine (rhel) will not be able to clean the workspace after or before the test execution. A possible solution is to create custom docker images with the jenkins user. |