This POST service will perform the same action found on the Build Request Form. It will initiate a request to build the project selected in the qualifiedProjectName
. The service will return the workflowRequestId
which can be used by the getWorkflowRequestStatus
call to determine when the workflow is complete.
...
Info |
---|
Notice that the |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
| Y | StringObject | See Common Parameters below. |
| Y | String | This is the environment code, not the environment name that you see on most screens. |
| Y | Boolean | Values are true or false. Indicates that the build should occur even if there are not SCM changes |
| Y | String | The qualified project name starts with /FlexDeploy and includes any sub folder, then the application and finally the project. |
| Y | String | The name of the Stream. |
| N | String | Optionally the version of the workflow can be overridden. |
| N | List | See Common Parameters below. |
projectFiles | N | List | A parameter comprised of 2 fields: path and scmRevision . It is included to indicate a Partial Build. |
path | N* | String | Fully qualified file path that is required only if the projectFiles parameter is used. |
scmRevision | N | Long | Optionally include the revision number that you would like to use for the build; if it is not indicated, then FlexDeploy will use the latest revision as the default. |
...