v2

Swagger 2.02026-08-01331211921.0 KB
Pipelines

Update the next build number

Update the next build number that should be assigned to a pipeline. The next build number that will be configured has to be strictly higher than the current latest build number for this repository.

put/repositories/{workspace}/{repo_slug}/pipelines_config/build_number

Path parameters

workspacestring required

This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example {workspace UUID}.

repo_slugstring required

The repository.

Request body

typestring required
nextinteger

The next number that will be used as build number.

Response

The build number has been configured.

typestring required
nextinteger

The next number that will be used as build number.