Skip to content

IBM DevOps Deploy Components - Process Steps

Add Component To Team

Adds a component to a team for a given type classification.

NameTypeDescriptionRequired
ComponentStringYes
TeamStringYes
TypeStringThe type classification to add. Leave blank to use the type Standard Component.No

Check If Component Exists

This step will succeed if the component exists and fail if it doesnt.

NameTypeDescriptionRequired
ComponentStringYes

Create Component

Creates a new component.

NameTypeDescriptionRequired
Component DescriptionStringA description of the new component.No
Component NameStringThe name of the new component.Yes
Copy To CodestationBooleanIf checked, artifacts will be copied from the given source to the servers Codestation repository.No
Default Version TypeEnumeration:
  • Full
  • Incremental | The types of versions to create automatically upon import. | Yes | | Import Versions Automatically | Boolean | Check to import versions automatically. | No | | Source Config Properties | String | Insert properties to pass in for the source config plugin. One per line, name=value format. | No | | Source Config Type | Enumeration:
  • None
  • AnthillPro
  • ClearCaseUCM
  • File System
  • File System (Versioned)
  • Git
  • Maven
  • Rational Asset Manager
  • Subversion
  • TeamCity
  • TFS
  • TFS_SCM
  • uBuild | The source config plugin for this component. | Yes | | Template Name | String | If this component uses a template, enter its name here. | No | | Template Version | String | If this component uses a template version, enter the version number here. | No |

Create Component Property

Creates or sets an existing component property.

NameTypeDescriptionRequired
Component NameStringThe name of the new component.Yes
Property NameStringname of the property to set.Yes
Property ValueStringvalue of the property to set.No
Secure?Booleancheck if the property should be secure.No

Delete Component

Deletes a component

NameTypeDescriptionRequired
ComponentStringName or ID of the component to deleteYes

Get Applications Using Component

Get a list of applications using a component name or ID.

NameTypeDescriptionRequired
ComponentStringName or ID of the componentYes

Get Component Details

Retrieve basic configuration information about a component.

NameTypeDescriptionRequired
ComponentStringComponent name or IDYes

Get Component Properties

Retrieve the basic properties for a component.

NameTypeDescriptionRequired
ComponentStringYes

Create Multiple Components

Creates multiple components.

NameTypeDescriptionRequired
JSON File/TextStringA body of JSON text or a file to define components.Yes