Automate moving Baseline & snapshot between streams
Hi,
How to automate:
Please suggest.
|
One answer
Geoffrey Clemm (30.1k●3●30●35)
| answered Feb 18 '15, 8:47 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Feb 18 '15, 8:47 p.m.
You cannot "move" a baseline from one component to another.
You can "move" (more precisely, "change the owner of") a snapshot from one stream to another using the scm command, "set attributes". In particular: scm set attributes --snapshot <arg> --ownedby <arg> ... Comments
Pravin Patil
commented Feb 18 '15, 11:16 p.m.
Thanks!
Is it possible to replace Baseline-1 from Stream-1/Component-1 with Baseline-2 from Stream-2/Component-2?
Automate this every time a build is run.
Geoffrey Clemm
commented Feb 19 '15, 1:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Yes, you can do this by removing baseline-1 from Stream-1, and then adding baseline-2 to Stream-1.
Pravin Patil
commented Feb 19 '15, 1:00 p.m.
Thanks!
I agree we can do this manually. But can this be automated in RTC eclipse configuration?
|
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.