This command adds a comment to a bamboo build.
{
"build": "ABC-DEF-123",
"stage": "prod-verify"
}
This command returns either a GetLifeCycle
or GetLifeCycleFailed
event
{
"Stage":"stage"
"Build":"build"
"LifeCycle":"lifecycle"
"State": "state"
}
{
"build": "ABC-DEF-123",
"stage": "staging"
"error" : "some error occured"
}