Hi Robin
What's the best way to break all the inherited properties of a child configuration, from its parent configuration?
We have a template of configuration that contains most of the essential build steps. Then each of our release would create one child configuration, each configuration uses a different repository. As time passes by the template gets updated for the newer releases, which makes the old releases unable to build again due to the changes in the steps.
I could just click on all of the steps in the child config so that the future updates won't apply to them. But it's such a tedious task. If I relocate the child config somewhere else, the steps will all report missing in red, since they were all inherited.
So my question is how I can break the inheritance of the child configuration at a certain time, sort of like a timestamp or tag?
Thanks!
- solved #4
- replies 5
- views 3381
- stars 1
-