Skip to content

IBM DevOps Deploy Tools - Process Steps

Check Total Application Process Execution Time

Check the run time of the application process and fail if the time is greater than the specified threshold.

NameTypeDescriptionRequired
Component Process Request IDStringYes
TimeoutStringThe number of seconds that the application process is allowed to run.Yes

Check Total Component Process Execution Time

Check the run time of the component process and fail if the time is greater than a specified threshold.

NameTypeDescriptionRequired
Component Process Request IDStringYes
TimeoutStringThe number of seconds that the component process is allowed to run.Yes

Verify Deployment

Verify the deployment of an application by using the HTTP interface.

NameTypeDescriptionRequired
CharsetStringThe character encoding for the file. The default value is UTF-8.No
Fail if match foundBooleanIf selected, the process fails if a match is found.No
PasswordPasswordThe password to use for authentication.No
Password ScriptStringA script that returns the password to use for authentication.No
TimeoutStringThe time, in milliseconds, after which to fail the process.No
URLStringThe URL to use to verify the deployment.Yes
User NameStringThe user name to use for authentication.No
Verification StringStringThe string to search for in the response to verify the correct deployment.Yes

Wait for web page

Wait for a web page to become accessible and to contain specified text.

NameTypeDescriptionRequired
Fail if match foundBooleanIf selected, the process fails if a match is found.No
Maximum wait time (s)StringThe maximum number of seconds to wait for the conditions to be met.Yes
PasswordPasswordThe password to use for authentication.No
Password ScriptStringA script that returns the password to use for authentication.No
Proxy HostnameStringIf you are connecting to a website through a proxy, specify the host name or IP address of the proxy server. For example: 192.0.2.8No
Proxy PasswordStringIf authentication is required, specify the password to use to authenticate with the proxy server.No
Proxy Port NumberStringSpecify the port number used by the proxy server for client connections. For example: 80No
Proxy UsernameStringIf authentication is required, specify the user name to use to authenticate with the proxy server.No
Retry wait time (ms)StringThe number of milliseconds to wait between retries.Yes
TimeoutStringThe request timeout, in milliseconds. Use this field if the default wait time is too long.No
URLStringThe URL to use to verify deployment.Yes
User NameStringThe user name to use for authentication.No
Verification StringStringThe string to search for in the response to verify the correct deployment.Yes