Adapter to give access to CodeMagic build status via the CatLight Protocol
To use codemagic-build-monitor
to monitor your CodeMagic workflows, follow these steps :
docker run --name codemagic-build-monitor -d -p 9902:9902 --restart unless-stopped ghcr.io/tsimbalar/codemagic-build-monitor
Open http://localhost:9902/
in a browser to check that the server is up and running.
- Go to your CodeMagic user settings at https://codemagic.io/settings
- Look for your CodeMagic API token
In CatLight, you need to :
- Add new connection
- choose "CatLight-compatible"
- Log in with :
- Url :
http://localhost:9902/builds
- "Use token"
- paste your token
- Connect
- Select the workflows you want to monitor
- Connect
Get notified about new builds, failing builds etc