-
Bug
-
Resolution: Unresolved
-
Major
-
None
RTC version: 6.0.4
Jenkins version: 2.150.1
The component used to be checked out by Jenkins as a whole dir. Don't know why it starts to check it out as separate subdirs.
For example:
it should've checked out the componnet as:
/component
(it has sub dirs like /src, /include, etc)
instead, it checks it out as:
/src
/include
/doc
Observations:
1. This only happens to this specific component, not seen it happens on other components.
2. I've tried removing the component from the workspace and add it back, doesn't work.
3. I've tried creating another jenkins job and use the same workspace, doesn't work.
4. I've tried using another workspace with same components, doesn't work.