-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: matrix-project-plugin
-
None
I have a single axis for a Matrix job, and for one axis "job", a file is not matching the file in the main workspace.
Â
As I understood it, jenkins pulls the code in form git into the main workspace, and then for each axis entry, a sub-workspace is made, with a copy of the main files.
Â
Now this file does not get modified in anyway by jenkins. It should just be pulled from the repo and thats it. But the two files are quite different.
Â
Is there a way for me to tell jenkins to clear the axis "sub-workspace" folder before doing anything else? So it gets a fresh copy of the main workspace files?