cloudbees-casc 2.5246

1 minute read

RELEASED: Public: April 30, 2025

New features

None.

Feature enhancements

None.

Resolved issues

Role-Based Access Control (RBAC) groups were not exported for template based jobs (BEE-44176)

When configuring some RBAC groups for a job based on a template from a Pipeline Template Catalog, the CasC Export feature did not export the RBAC configuration.

Now, the groups are exported.

Fixed NPE during reload of CasC items with null attribute values in TemplatedJob (BEE-51111)

Resolved an NPE that occurred when reloading CasC items for TemplatedJob with null attribute values. The issue occured due to the use of Collectors.toMap, which does not support null values. This has been replaced with a null-safe approach.

Known issues

None.

Upgrade notes

None.