Global CI Validation
Discover the Global CI Validation setting in MergeQueue ChangeSets. It enables Aviator to issue webhooks you can use to trigger CI tests for pre-merge checks.
CI Webhook
Webhook Payload
Parameter
Description
{
"action": "changeset_start_ci",
"change_set_id": 100,
"status_run_id": 150,
"pull_requests": [
{
"number": 1196,
"head_branch": "mq-25108-1",
"base_branch": "master",
"commit_sha": "6705fd2483b1ceaaaa10bb4c34517c38d9fb6a02",
"author": "mq-demo",
"repo": "aviator/mergequeue-demo"
},
{
"number": 4114,
"head_branch": "mq-89706-1",
"base_branch": "master",
"commit_sha": "abf02ccc860eecf2d90adf7ca39d72f25479228f",
"author": "mq-demo",
"repo": "aviator/mergequeue-changeset"
}
],
"owner": {
"email": "[email protected]"
},
"custom_attributes": {
"hello": "world",
"trunk": "master"
}
}Global CI Status Check
Report CI global status check
Query Parameters
Name
Type
Description
Multiple Global CI Checks
Last updated
Was this helpful?
