createProcedure
Creates a new procedure for a project.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
procedureName | String | Name for the procedure; must be unique within the project. (Required) |
credentialName | String | The name of a credential to attach to this procedure. |
description | String | Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
jobNameTemplate | String | Template used to determine the default name of jobs launched from a procedure. |
resourceName | String | The name of the default resource for this procedure. |
timeLimit | String | Maximum amount of time the step can execute; abort if it exceeds this time. |
timeLimitUnits | String | Units for step time limit: seconds, minutes, or hours. |
workspaceName | String | The name of the default workspace for this procedure. |
deleteProcedure
getProcedure
getProcedures
modifyProcedure
Modifies an existing procedure.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
procedureName | String | Name for the procedure; must be unique within the project. (Required) |
credentialName | String | The name of a credential to attach to this procedure. |
description | String | Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
jobNameTemplate | String | Template used to determine the default name of jobs launched from a procedure. |
newName | String | New name for an existing object that is being renamed. |
resourceName | String | The name of the default resource for this procedure. |
timeLimit | String | Maximum amount of time the step can execute; abort if it exceeds this time. |
timeLimitUnits | String | Units for step time limit: seconds, minutes, or hours. |
workspaceName | String | The name of the default workspace for this procedure. |