Skip to the content.

IBM DevOps Deploy - Usage

To use the IBM DevOps Deploy plugin, the plugin must be loaded and an instance created before you can configure the plugin integration. You define configuration properties in the user interface or in a JSON file.

Integration type

The IBM DevOps Deploy plugin supports scheduled events integration which are listed in the following table.

Name Description
syncDeployEvent Timed event that synchronizes with IBM DevOps Deploy
Sync UrbanCode Deploy Teams This is a timed event that syncs UrbanCode Deploy teams.
Sync in Progress APRs This is a timed event that syncs in Progress APRs from UrbanCode Deploy.

Integration

There are two methods to integrate the plug-in:

The tables in the Configuration properties topic describe the properties used to define the integration.

Using the user interface

Using a JSON file

The JSON file contains the information for creating a value stream. Within the JSON file is a section for integrations. It is in this section that plug-in properties can be defined.

Configuration Properties

The following tables describe the properties used to configure the integration. Each table contains the field name when using the user interface and the property name when using a JSON file.

Some properties might not be displayed in the user interface, to see all properties enable the Show Hidden Properties field.

General Configuration Properties

Name Description Required Property Name
NA The version of the plug-in that you want to use. To view available versions, click the Version History tab. If a value is not specified, the version named latest is used. NO image
Integration Name An assigned name to the integration. Yes name
Logging Level The level of Log4j messages to display in the log file. Valid values are: all, debug, info, warn, error, fatal, off, and trace. No logginglevel
NA List of plugin configuration properties used to connect and communicate with the IBM DevOps Deploy server. Enclose the properties within braces. Yes properties
  The name of the tenant. Yes tenant_id
NA Unique identifier assigned to the plug-in. The value for the IBM DevOps Deploy plugin is ucv-ext-ucd. Yes type

IBM DevOps Deploy Configuration Properties

Name Type Description Required Property Name
Access Token String Token to authenticate against IBM DevOps Deploy. Yes deployToken
Url String IBM DevOps Deploy server url. Yes baseUrl
User Access Key String The user access key to authenticate with this server. No ucvAccessKey

JSON Code Sample

The following sample code can be used as a template to define the integration within the JSON file for a value stream. Copy and paste the template into the JSON file Integration section and make the appropriate changes.


"integrations": [
    {
      "type": "ucv-ext-ucd",
      "tenant_id": "tenantid",
      "name": "Deploy_Plugin ",
      "properties": {
        "Url": "deploy_server_url",
        "ucvAccessKey": "ucv_access_key",
        "deployToken": "deploy_access_token"
      }
    }  ]

Minimum permission to integrate with IBM DevOps Deploy

The access token generated from IBM DevOps Deploy must have the following permissions to connect with IBM DevOps Deploy.

Back to …   Latest Version IBM DevOps Deploy    
All Plugins Velocity Plugins 4.0.4 -File 1 and 4.0.4 -File 2 Readme Overview Downloads