Continua CI v1.9.2.1066

Released: Feb 7, 2023

v1.9.2.1066 中的更新

特性

  • Added options to specify which stage results artifacts are registered for. Artifacts can now be registered when a stage is stopped manually.
  • Custom regular expression validation can now be specified for variables with text prompts. The validation expressions are evaluated when queuing, promoting and requeuing builds.
  • Added a new build property: $Build.StartedFromIPAddress$. This contains the IP address of the user who manually started the build.
  • Added property collectors for Microsoft .NET runtime versions 6.0.13 and 7.0.2 as well as SDK versions 6.0.405 and 7.0.102.
  • A warning message is now written to the build log when a manual build stop is requested.
  • Updates to some third party packages.

Note: You will need to update your agents after upgrading the server to this build.

修補程式

  • Issue when triggering a build from a Build Completed trigger with branch mappings set to build same revision or commit as matching triggering repository. If there are multiple changesets with the same revision (e.g. git pull requests), an arbitrary changeset was chosen for the build. Continua CI now ensures that the revision on same branch as the triggering build is selected first.
  • Skipped unit tests were counted in the New Failures count on the build Unit Tests page.
  • Issue where Promote Options dialog was disabled after a validation error.
  • Changeset ID links were broken on the build details page.