Summary
Currently, Bamboo allows for the dynamic updating of labels in build plans through REST API calls using:
curl -u user:password \ --request POST \ --url "<your-bamboo-url>/rest/api/latest/result/${correct_build_result_key}/label" \ --header "Content-Type: application/json" \ --data "{\"name\": \"$label_name\"}")
However, there is no built-in feature that provides the capability to update labels dynamically during the build process directly within Bamboo, without the need for external API interactions. This capability is essential for users who prefer or require internal handling of tasks.
Suggestion
Introduce a native feature in Bamboo that enables the dynamic updating of labels in build plans during the build process.
- mentioned in
-
Page Failed to load