RELEASED: Public: March 8, 2023
Resolved issues
- Parameters definition of non-pipeline jobs gets duplicated after each CasC bundle reload (BEE-30501)
-
When defining a non-pipeline job (such as a FreeStyle job) with parameters via CasC, the parameters property object is duplicated in the persistence layer (the
config.xml
). This can cause unexpected behavior when trying to update those parameters. Older values may still be used instead of the newer ones.The problem is resolved. The parameters property object is now replaced and not duplicated.