Build Rename

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Renames a build stored in Artifactory. Typically used to keep the build info in sync with a renamed build on the CI server.

Since: 2.2.5

Notes: Requires Artifactory Pro

Security: Requires a privileged user. From version 6.6, requires deploy and delete permission for the build.

Usage: POST /api/build/rename/{buildName}?to=newBuildName

Produces: application/text

Sample Usage:

POST /api/build/rename/myJobName?to=myNewJobName

Build renaming of 'myJobName' to 'myNewJobName' was successfully started.