Skip to content

Adapter to give access to Codemagic build status via the CatLight Protocol

License

Notifications You must be signed in to change notification settings

tsimbalar/codemagic-build-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

da6d3a5 · Feb 23, 2021
Dec 15, 2020
Feb 8, 2021
Dec 3, 2020
Feb 12, 2021
Feb 23, 2021
Feb 5, 2021
Feb 23, 2021
Dec 14, 2020
Dec 6, 2020
Feb 22, 2021
Feb 5, 2021
Dec 3, 2020
Dec 5, 2020
Dec 5, 2020
Feb 5, 2021
Dec 3, 2020
Feb 23, 2021
Dec 6, 2020
Dec 5, 2020
Feb 23, 2021
Feb 23, 2021
Feb 5, 2021
Dec 9, 2020

Repository files navigation

Main

codemagic-build-monitor

Adapter to give access to CodeMagic build status via the CatLight Protocol

How To

To use codemagic-build-monitor to monitor your CodeMagic workflows, follow these steps :

1. Start the "proxy" locally

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.

2. Get your Access Token

3. Connecting Catlight to codemagic-build-monitor

In CatLight, you need to :

  1. Add new connection
  2. choose "CatLight-compatible"
  3. Log in with :
  • Url : http://localhost:9902/builds
  • "Use token"
  • paste your token
  1. Connect

4. Choose the workflows you want to track

  1. Select the workflows you want to monitor
  2. Connect

5. Profit

Get notified about new builds, failing builds etc


Roadmap