Get Build Info
Get info about a specific build.
Parameters
Parameter | Description |
---|---|
Build Name | The name of the build. |
Build Number | The number of the build. |
Example Output
{
"uri": "http://localhost:8081/artifactory/api/build/my-build/51"
"buildInfo" : {
...
}
}
Workflow Library Example
Get Build Info with Jfrog and Send Results Via Email
Preview this Workflow on desktop