Continua CI のリリース

Released: Oct 15, 2019

v1.9.1.422 での更新項目

機能

  • Enhancement: File include and exclude patterns on repository triggers are now validated on save to ensure that they are valid regular expressions.
  • Enhancement: A CommentHTML property has been added to changeset expression objects and changeset notification model variables. If an issue connector is configured, this will contain the changeset comment text with any issue IDs replaced with HTML links.

不具合の修正

  • Possible breaking change: Removed all support for SQL Server 2005 databases and upgraded...

Released: Oct 8, 2019

1.9.1.405 での更新項目

不具合の修正

  • Fix: The new "Wait for completion" property was not set to true for existing PowerShell actions.
  • Update: Installer now removes extra files left over from previous installations.
  • Update: PostgreSQL database provider upgraded to version 4.1.1.

Released: Sep 18, 2019

v1.9.1.347 での更新項目

不具合の修正

  • Breaking change: All variable types (not just expression variables) are now escaped when passed to the FinalBuilder command line. This includes splitting array variables into lines and masking protected variables as required.
  • Update: A new "Log File Location" option has been added to FinalBuilder action. This allows you to override the default setting, where the log is written to a temporary folder, to write the log to the working folder where it can be retained via workspace rules and...

Released: Sep 9, 2019

v1.9.1.336 での更新項目

機能

  • Adds new Python actions:
    • Python action for running python scripts, modules or commands.
    • Python VirtualEnv action for creating a virtual environment for running python commands under.
    • Pip Download, Install and Wheel actions for python package management.
    • PyTest action for python unit testing.
  • Enhancements:
    • PowerShell action updated to support version PowerShell Core versions 6 and 7.
    • 'Wait for completion' option added to PowerShell action.
    • Added new 'Process.OutputEncoding' and 'Process...

Released: Aug 22, 2019

v1.9.1.318 での更新項目

機能

  • Triggers now include User filtering settings allowing inclusion or exclusion of changesets with usernames matching specified patterns.
  • New template editor with syntax highlighting.
  • New reset buttons on template editor to reload saved template.
  • Templates are now validated on save.
  • You can now click on items in the available variables tree to insert a variable name into the template editor.
  • Added a variable dictionary to build notification templates allowing direct access to variables by name...

Released: Aug 2, 2019

v1.9.1.303 での更新項目

不具合の修正

  • Changes to property collectors were reverted to default on service startup.

Released: Jul 2, 2019

v1.9.1.265 での更新項目

機能

  • Iterable actions, e.g. (For Each, For Each File and While), now include an option to write the value of the current item to the build log. This option is enabled for new actions by default.
  • Notifications and build event handler expressions now have access to the last fifty build log messages, and all error and warning messages. The expressions $Build.TailLogMessages$ and $Build.ErrorAndWarningLogMessages$ can be used in build event handlers, and the variables TailLogMessages and...

Released: Jun 20, 2019

v1.9.1.232 での更新項目

機能

  • Added filtering the Server Properties, Agent Properties and Property Collectors pages in the Administration section.
  • Added link button to export build history as XML.
  • Third party packages upgraded.

不具合の修正

  • Fix: Json encoding error when editing notification templates.
  • Fix: Default MSBuild property collector for MSBuild 6.0 was set to version 5.0.
  • Fix: Stage previous duration was not always calculated causing incorrect display of stage progress bar.
  • Fix: Cached user details were not being...

Released: Jun 12, 2019

v1.9.0.451 での更新項目

機能

  • Added a blue background to lines representing configurations in the List View Dashboard to easily differentiate from lines representing running builds.
  • Improvements made to startup ordering, to deal with potential database deadlock on startup.
  • XMPP publisher updated to support TLS 1.1 and 1.2.
  • Options added to the XMPP publisher for requiring SSL, using plain text authentication and starting compression on connection.

不具合の修正

  • Changeset comments containing HTML links, such as links to issue...

Released: May 1, 2019

v1.9.0.430 での更新項目

機能

  • Added settings to Import JUnit Tests action to allow you choose what to use for Assembly column in Unit Tests view.

不具合の修正

  • Fix: Improvement to error trapping when setting to SQL Server database to correct case-insensitive collation when creating initial tables on first run.