RTC version: 6.0.4
Jenkins version: 2.150.1
What is happening:
We have a workspace that is specifically for Jenkins Integration Build only.
New components have been added to this workspace.
The Jenkins build will be kicked off by either human or a timer that is set in RTC.
A human or timer kicks off the jenkins build, but right before the Jennkins build checks out the workspace, all the new components are gone.
- Jenkins checks out the version of workspace that is before new components were added (but all previously existing components have most updated change sets) and continues running.
- The workspace will remain the reverted state without new components.
We have multiple flow targets for this workspace, we have this stream structure for several months, never have had this issue.
Looks like this only happens to this workspace, and only started to happen days ago. (might happen to others, it's just we haven't added components to other workspaces)
How to overcome this issue?
The 1st thought is that Jenkins is doing something to the workspace, but don't know when, why and how.