Skip to content

Azure DevOps - Overview

The plug-in adds these roles automatically to resources. You cannot add these roles manually.

  • AzureComponentProperties
NameTypeDescriptionRequired
Collection URLStringThe URL of the AzureDevops collection, for example: https://dev.azure.com/.Yes
Extensions of files to convertStringThe list of file extensions to be converted, if text-type files must be converted into another character set. Matching file types are converted into the default or system character set of the system where the agent is located. Separate each list item with a comma.No
Local Workspace FolderStringThe path to the local workspace folder of the computer with the agent. If the folder does not exist, it is created to the specified path. This value is only used if the Workspace property is specified. Otherwise, a temporary folder is created in the agent working directory.Yes
PasswordPasswordThe password for the account that has access to the Azure DevOps Server.No
Path to tf.exe or tf.cmdStringThe full path to the Visual Studio or Team Explorer Everywhere tf.exe or tf.cmd file. If a value is not specified, the tf executable file must be available on the agent’s PATH environment variable.No
Server Project FolderStringThe path variable to the project folder on Visual Studio Online or the Team Foundation server. The default is $/ followed by the name of the project.No
UserStringThe user name for the account that has access to the Azure DevOps Server.No
WorkspaceStringThe name of the Team Foundation Server or Azure DevOps Online workspace. To get a list of workspace names from the server, run the following command: TF workspaces /collection:Repository_URL /login:user,password. For Azure DevOps Online, alternate authentication credentials must be enabled.Yes
  • AzureImportProperties
NameTypeDescriptionRequired
ChangesetStringThe version integer of the Azure DevOps Server changeset to load.No
LabelStringThe name of the version label to load.No

Compatibility

This plug-in requires IBM DevOps Deploy version 6.0.1 or later.

Installation

No special steps are required for installation. See Installing plug-ins in IBM DevOps Deploy.

History

Version 1.11125015

  • Initial release.