RELEASED: Public: December 10, 2025
Resolved issues
- Inconsistent SCM source
idproperty assignment between replicas of an HA controller (BEE-64130) -
When configuring a Multibranch Pipeline folder, an SCM source (such as Git or GitHub) is required. Multiple sources are permitted, though rare. To differentiate between multiple sources in one folder, each has an
idproperty, which is hidden from the UI but saved to disk and may be specified in the CasCitems.yamlfile. Previously, if a Multibranch folder was created from XML or CasC without an explicitid, a random UUID was assigned. In an HA controller, the value could differ between replicas until the folder was saved, potentially causing inconsistent behavior. Now, the first source is assigned anidof1, the second2, and so on. Explicit or previously persistedidvalues remain unchanged.