/
Put EventBridge/CloudWatch Events - Bamboo Build Task Execution
Put EventBridge/CloudWatch Events - Bamboo Build Task Execution
This parameters template demonstrates the Put EventBridge/CloudWatch Events action:
Event Patterns in CloudWatch Events
This is an opinionated example that works well for ingesting custom events from Atlassian products – refer to Event Patterns in CloudWatch Events for details on these and other available fields.
Put EventBridge/CloudWatch Events parameters example - Bamboo Build Task Execution (escaped manually)
{
"Entries": [
{
"Time": "$event.timestamp",
"Source": "net.utoolity.atlassian.bamboo.automation-with-aws-bamboo",
"DetailType": "Bamboo Build Task Execution",
"Detail": "{ \"agentId\": \"${bamboo.agentId}\", \"buildResultKey\": \"${bamboo.buildResultKey}\", \"resultsUrl\": \"${bamboo.resultsUrl}\" }"
}
]
}
Put EventBridge/CloudWatch Events parameters example - Bamboo Build Task Execution (escaped with utility function)
{
"Entries": [
{
"Time": "$event.timestamp",
"Source": "net.utoolity.atlassian.bamboo.automation-with-aws-bamboo",
"DetailType": "Bamboo Build Task Execution",
"Detail": "$util.escapeJson('{
"agentId": "${bamboo.agentId}",
"buildResultKey": "${bamboo.buildResultKey}",
"resultsUrl": "${bamboo.resultsUrl}"
}')"
}
]
}
, multiple selections available,
Related content
Put EventBridge/CloudWatch Events - Atlassian Workflow Event
Put EventBridge/CloudWatch Events - Atlassian Workflow Event
Read with this
Using the AWS App Runner Service task in Bamboo
Using the AWS App Runner Service task in Bamboo
More like this
Using the Put EventBridge/CloudWatch Events action
Using the Put EventBridge/CloudWatch Events action
Read with this
Tasks for AWS 2.24 Release Notes
Tasks for AWS 2.24 Release Notes
More like this
Using Tasks for AWS
Using Tasks for AWS
More like this
Tasks for AWS 3.0 Release Notes
Tasks for AWS 3.0 Release Notes
More like this
Atlassian®, Atlassian Bamboo®, Bitbucket®, Atlassian Crowd®, Confluence®, Jira®, Jira Service Management™, Opsgenie®, and Statuspage™ are registered trademarks of Atlassian.
Amazon Web Services™, AWS™ and the “Powered by Amazon Web Services” logo are trademarks of Amazon.com, Inc. or its affiliates in the United States and/or other countries.
Amazon Web Services™, AWS™ and the “Powered by Amazon Web Services” logo are trademarks of Amazon.com, Inc. or its affiliates in the United States and/or other countries.
Utoolity® is a registered trademark of Utoolity GmbH.
© 2024 Utoolity GmbH. All rights reserved.