This POST service will add projects to a release in the same way as the Release Screen. This service can be used to add projects to a release in FlexDeploy.
API URL
http://host:port/flexdeploy/rest/release/addProjectsToRelease
Add Projects to Release Sample JSON Request | |
---|---|
| Opening bracket Authentication section, used on all types of requests. |
Required parameters for creating or editing a release. | |
| Add projects to the release named Demo Release. A list of Projects and Add the Project located at Set the Priority of this project to Build this project in the Put this project in " Add the Project located at Set the Priority of this project to Build this project in the Put this project in Optionally Request All Files when performing a |
} | Closing bracket |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
| Y | Object | The login information for the user connecting to FlexDeploy. |
| Y | String | The name of the release containing the gate we want to complete. |
| Y | List | A list of projects and configurations to add to the release. |
| Y | String | The full path and name of a project to add to the release. |
| N | String | The project's deployment priority in the release. |
| Y | String | The stream to build this project from. |
| N | String | The name of the group on the release to add this project to. |
requestAllFiles | N | Boolean | Request All Files when building a Partial Build project |