Created
August 20, 2024 14:58
-
-
Save Sdy603/fb72cd82fca1263dda3a58a4fc4e53da to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST https://i0sv0dqkzk.execute-api.us-east-1.amazonaws.com/Prod/cirrus-webhook \ | |
-H "Content-Type: application/json" \ | |
-d '{ | |
"buildConfigurationName": "main-app-build", | |
"taskId": "CirrusCIabcde12345678", | |
"buildCreatedTimestamp": "2024-08-19T14:30:00Z", | |
"buildStatus": "SUCCESS", | |
"buildFinishedTimestamp": "2024-08-19T15:00:00Z", | |
"repository": "my-org/my-repo", | |
"commitSha": "a1b2c3d4e5f67890abcdef1234567890", | |
"pullRequestNumber": "42", | |
"sourceUrl": "https://github.com/my-org/my-repo/pull/42", | |
"branch": "feature/new-feature", | |
"author": { | |
"email": "[email protected]", | |
"githubUsername": "john-doe" | |
} | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment