Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 481 Bytes

comment.md

File metadata and controls

33 lines (26 loc) · 481 Bytes

AddComment command

This command adds a comment to a bamboo build.

Input for AddComment

{
    "build": "ABC-123",
    "comment": "staging"
}

Output Events

This command returns either a CommentAdded or FailedToAddComment event

CommentAdded Event Output

{
    "build": "ABC-123",
    "comment": "staging"
}

FailedToAddComment Event Output

{
    "build": "ABC-123",
    "comment": "staging"
    "error" : "some error occured"
}