-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
Robot Framework plugin 1.6.4
Workspace Cleanup Plugin 0.32
Robot Framework plugin creates output files with root ownership.
Because of this, the Workspace Cleanup Plugin is unable to clean up the workspace after a build is done.
I think the Robot Framework plugin should only create artifacts owned by the user that Jenkins runs as, or it should allow the user to be specified in the configuration.
Can you verify that those permissions do come from the plugin? i.e. if you run the job without post-build action, are the log files still with permission 777?
Output.xml, report.html, and log.html are created by RF, not this plugin.