Request
PUT https://{hostname}:{port}
/build/rest2/projects/{id}/buildProcesses/{id}/dependencyConfig?{parameters}
Table 1. Request parameters
| Parameter |
Type |
Required |
Description |
| conflictStrategy |
string |
false |
Dependency conflict strategy of the build process. Options are: FAIL, FAVOR_NEW, FAVOR_OLD |
| triggerOnly |
boolean |
false |
Whether or not the process dependency settings should only be used for triggering builds |
Table 2. URL parameters
| Parameter |
Type |
Required |
Description |
| id |
string |
true |
The identifier to use when looking up a project. This can be the name or ID of the project |
| id |
string |
true |
The identifier to use when looking up a build process. This can be the name or ID of the process |