Is possible to load the code from multiple stream in to same work space
Hello,
Is possible to load the code from different stream in to same work space when configure the RTC build definition?
since we have source code in different steam, to run the build, all need to be in same work space.
|
2 answers
I think you may need to make use of SCM command line tools or Java API's. Basically custom tooling around builds if you are using Jazzbuild engine.
On the other hand have you thought about having one stream with multiple flow targets, just for the build?
|
Is possible to load the code from different stream in to same work space when configure the RTC build definition?
Sure you can: just add all the streams you need as flow targets on the repository workspace you use for that build definition.
Obviously one limitation is you cannot have projects with the same name (i.e., path) loaded on sandbox even if they come from different streams.
Cheers.
Comments
Sekar GCS
commented Oct 01 '18, 5:13 a.m.
thanks for your response, as per your answer, can we use load rule?
SEC Servizi
commented Oct 01 '18, 5:14 a.m.
Sure, why not? |
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.