1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Files
quay/web/cypress/fixtures/github-build-trigger-activate.json
Brandon Caton 03b7fec211 ui: implementing github and gitlab build triggers (PROJQUAY-6585) (#2614)
Adds the creation of GitHub and GitLab build triggers.
2024-01-25 13:00:51 -05:00

28 lines
697 B
JSON

{
"id": "github01-0001-4c69-a5cc-ec372d0117cd",
"service": "github",
"is_active": true,
"build_source": "githuborg1/repo1",
"repository_url": "https://github.com/githuborg1/repo1",
"config": {
"build_source": "githuborg1/repo1",
"dockerfile_path": "/dir2/subdir2/nesteddir1/Dockerfile",
"context": "/",
"default_tag_from_ref": true,
"latest_for_default_branch": false,
"tag_templates": [],
"credentials": [
{
"name": "SSH Public Key",
"value": "ssh-rsa testkey"
}
],
"deploy_key_id": 12345678,
"hook_id": 12345678,
"master_branch": "main"
},
"can_invoke": true,
"enabled": true,
"disabled_reason": null
}