DATASTAR: Update Build
Updates one or more builds by applying the properties in a JSON string. For example, to retain a build indefinitely:
{ "keepForever": true }
Inputs
Required inputs marked with *.
| Input | Required | Description |
|---|---|---|
| Project Name* | Yes | The Azure DevOps project name. |
| Json String* | Yes | The JSON body to apply to each build. |
| Build Ids* | Yes | Comma-separated list of build ids to update. |
Advanced options
| Input | Description |
|---|---|
| Repository Uri | The Azure DevOps collection URI. Defaults to BUILD_REPOSITORY_URI. |
| Bearer Token | Optional OAuth token. Set to $(System.AccessToken) to use the pipeline's built-in token. |
| User Name | Used for basic auth. If set, Password must also be set. |
| Password | Basic-auth password. Store as a secret variable. |
| Use Proxy Server | Route the request through the agent's web proxy. |
| Proxy Uri | Override the proxy URI. |
| Proxy Username / Password | Proxy credentials, if not using defaults. |
| Fail on Standard Error | Fail the task if anything is written to stderr. |
Support
Report problems to support@absolute.technology.