Skip to content

IBM DevOps Deploy System - Process Steps

Add Group To Team

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

NameTypeDescriptionRequired
GroupStringYes
TeamStringYes
TypeStringThe type classification to add.Yes

Add User To Team

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

NameTypeDescriptionRequired
TeamStringYes
TypeStringThe type classification to add.Yes
UserStringYes

Create System Property

Creates a system-wide property.

NameTypeDescriptionRequired
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

Get System Configuration

Get all system configuration values

This step has no input properties.

Set System Configuration

Set some system configuration values.

NameTypeDescriptionRequired
Values to SetStringValues to set, using Java property file syntax. The names of the values must match those returned by the Get System Configuration step. Any settings not provided here will be left unchanged.Yes