Create a build

Create a build

post

Create a build.

Query parameters
callbackUrlstringOptional

callback URL

Body

Build modification model

accountSeqintegerOptional

Account number (your system's account number)

Example: 1
autotagUseYnstringOptional

automatic tagging usage status (enabled: Y, unused: N)

Example: N
autotagPrefixstringOptionalExample: test
autotagSeqTypestringOptional

autotag sequence number type('DATETIME' or 'SEQUENCE')

Example: DATETIME
descriptionstringOptionalExample: build test
editTypestringRequired

Edit type (New: N)

Example: N
externalRegistrySeqintegerOptional

External registry number (number of the external registry to store build images).

Example: 0
imageNamestringOptional

Image name (name of the image to be built)

Example: build-api-test-gradle
registryNamestringOptional

Registry name (name of the registry to store the build image)

Example: dev
registryProjectIdintegerOptional

Registry project ID (project ID of the registry to store the build image)

Example: 27
tagNamestringOptional

Image tag name (tag name of the image to be built)

Example: 8u292-rmsoft
Responses
200

OK

*/*
post
/v1/build
200

OK

Was this helpful?