RTC BF integrated build, JBE and team.scm.loadComponents
Martina Riedel (203●2●33●41)
| asked May 03 '13, 7:35 p.m.
edited May 09 '13, 5:27 p.m. by Spencer Murata (2.3k●11●59●71)
RTC 3.0.1.2 and BF 7.1.2.2
I have a stream with n components where I need to build every component separately. The desire is to use the JBE adaptor and the Jazz Source Control (and Email Notification) tabs of the build definition. There is a separate build definition for every component and each has its own workspace. The challenge is that the "accept latest changes" will accept all exiting components into the workspace. Since I want only 1 component, I have to select Components to exclude, and the comment there says that it will be available as the build property team.scm.loadComponents. This all works great if I have a small, constant number of components in the stream. The issue is that my n is more like 20 or 30 and when the 31st (or 51st) component gets added to the stream, I would need to manually go and edit all other build defs and exclude the new component (after accepting it manually into the build workspace). My hope was that team.scm.loadComponents would be a env var in BF, just like team.scm.fetchDestination and (most of) the others are and that I would be able to tweak it before the JBE adaptor gets called. The issue is that It is not there. What I really want is to just select the 1 component to load, not the 30 or 50 to exclude. That is where the Jazz Source Control selection is really really weird. Any advice how to get what I want? (The build only if changes accepted and the email stuff does what I want I think and if I had to re-create the JBE adaptor and all that functionality just because of the load stuff, Id be really bummed). (The other option is to create streams with only 1 component, but that really clutters things up ....) |
Accepted answer
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Could you add a load rule for each component to only load itself? It would be a bit painful at first to update all the components, but then as new components are added it would just be a matter of including that load rule when you add it to source control. Or did I miss a requirement?
I'd still have to go back and update all existing build defs AND create the load rules file and do that after the new component is accepted into the build workspace. It's actually easier to just exclude it.