Skip to content

IBM DevOps Deploy Versions - Process Steps

Add Status to Version

Add a status to a Component Version

NameTypeDescriptionRequired
StatusStringThe status to be applied to the Component Version.No

Creates or removes a link on a component version which can direct users to supplementary information related to the execution.

NameTypeDescriptionRequired
Component NameStringName or ID of the version’s component. Ignored if ‘Version ID’ is selected.No
Link TitleStringThe link text which the user can click on.Yes
Make PriorityBooleanWhen checked, prioritize the link by placing it in the page header for quicker access.No
URLStringThe website the user will be directed to when the link title is clicked.Yes
Version Name/IDStringName or ID of version where link will be assigned. Ignored if ‘Component’s latest version’ is selectedYes

Create Version

Create a Component Version and optionally upload files into it.

NameTypeDescriptionRequired
Component NameStringThe name of the component whose version to remove the status from.Yes
ExcludesStringThe patterns to exclude files to upload.No
IncludesStringThe patterns to match files to upload. The wildcard ** indicates every directory and the wildcard * indicates every file. So the pattern dist/**/* would retrieve the entire file tree underneath the dist directory.Yes
Save File Execute BitsBooleanWhen enabled, file execute bits are saved with the files.No
Upload FilesBooleanUpload files from the current working directory to the version after creation?No
Version NameStringThe name of the version to remove the status from.Yes

Get Version Properties

Get the properties of a specific Version in the output properties of this step.

NameTypeDescriptionRequired
ComponentString(Optional) The name or ID of the component whose version has desired properties.No
VersionStringThe name or ID of the version with desired properties. If specifying a version name, you must specify a component.Yes

Remove Status from Version

Remove a status from a Component Version

NameTypeDescriptionRequired
StatusStringThe status to be removed from the Component Version.No

Get Version Status Information

Retrieve the status information for a Version and sets the output properties: versionLatestStatus, versionStatuses, and versionStatusIds. The versionStatuses and versionStatusIds. properties will contain a comman-separated-values list of all statuses on the Version. Optionally, print a message and fail this step unless a required Status is present on the Version.

NameTypeDescriptionRequired
Version NameStringName or ID of the version to get Status information.Yes
Component NameStringName or ID of the version's component. Required if Version is provided by name.No
Required StatusStringFail this step unless the given Status Name/ID is present on the Version.No