Actions
Get Build Info
Get info about a specific build.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Build Name | The name of the build. |
| Build Number | The number of the build. |
{
"uri": "http://localhost:8081/artifactory/api/build/my-build/51"
"buildInfo" : {
...
}
}
Was this page helpful?