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
If you followed the previous instructions, you should be able to run those commands :
docker stop codemagic-build-monitor
docker rm codemagic-build-monitor
docker pull ghcr.io/tsimbalar/codemagic-build-monitor:latest
docker run --name codemagic-build-monitor -d -p 9902:9902 --restart unless-stopped ghcr.io/tsimbalar/codemagic-build-monitor