Continua CI v1.9.2.1512

Released: Jun 23, 2025

v1.9.2.1512 での更新項目

機能

  • Improved Git repository efficiency when processing tags for large repositories with many branches.
  • Wildcards and lists support has been added to shared resource lock expressions. This allows a build or stage to acquire one of a set of shared resource labels which match a wildcard expression or list of label names. Wildcards are * and ? characters, and lists are separated by pipe or comma characters e.g. "label1|label2|label3".
  • Added '$Utils.IfThenElse(condition, then, otherwise)$' function and '$Utils.SelectByIndex(index, value1, [value2, value3, value4, value5, value6, value7, value8])$' function to expressions. These functions allow for conditional logic in expressions.
  • Added new property collectors for .NET runtime v8.0.16, v8.0.17, v9.0.5, v9.0.6, 10.0.0-preview.4 and v10.0.0-preview.5; and SDK versions v8.0.410, v8.0.411, v9.0.300, v9.0.301, 10.0.100-preview.4 and 10.0.100-preview.5.
  • PostgreSQL version has been upgraded to version 17.5.

不具合の修正

  • Fix: The "Radiobutton Select" variable prompt type is now fully implemented and works correctly.
  • Fix: Variable prompt option values are no longer lost when a different tab is edited.
  • Fix: Corrected an issue where the incorrect stage was run when restarting any previously queued builds which had a rerun stage on application startup.
  • Fix: GitHub release build event handler now accepts all valid git URL schemas, including "git://".
  • Fix: NUnit test results parser now handles the latest DUnitX output without error.