-
Improvement
-
Resolution: Fixed
-
Major
1. I am using workspace for doing the build. When there are changes in stream A from which workspace was created
and also in the parent stream B (B is parent of A), the changeLog shows only the modified files from stream A.
No changes from stream B is shown in the changeLog.
Reason I see is that jenkins accurev plugin stops going up the parent chain if it finds changes in stream A.
When I look at the plugin code, it looks like it should be going up the chain and capture all modified files in changeLog.
Is not that correct? Am I missing something here?
2. In this case, I tried not using accurev workspace but directly doing a build from the stream. If jenkins is configured to do build from stream A, jenkins does not trigger a build if changes are promoted directly to the parent stream B.
Transaction type that I am looking for is only 'promote'. Is this not implemented?
Note: Ignore parent stream checkbox was NOT checked for both cases.
Please let me know if there is any workaround.
Thanks for the support.
Regards
Srini