Skip to content

Example of how to convert from Github Action Json to CCTray XML

Notifications You must be signed in to change notification settings

joejag/github-cctray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github to CCTray example

A demo is available here: https://cryptic-stream-13380.herokuapp.com/build-canaries/nevergreen/nevergreen.yml

This is an example for how to convert from Github Actions to the CCTray format.

Ideally, this would be supported by Github directly, but this could be used as a proxy to convert between the formats.

Github could implement this by using something like github_to_cctray.rb being available as a /cc.xml url path at:

It'd be great to also be able to get all the current build status at a higher level like:

This reduces the amount of http calls that are needed to poll for changes.

How to use

bundle install
bundle exec rackup -p 4567 config.ru
open http://localhost:4567

To deploy

git push heroku master

Links

Contributers

Thank you to anyone taking their time to contribute to this repo. Theses include:

About

Example of how to convert from Github Action Json to CCTray XML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages