conf/stationmaster.json should allow the following configuration:
{
<projectname>: {
url: "http://platform.pixwel.com",
repo: "git://github.com/uor/pixwel-api",
only: "branch whitelist as array or regex",
ignore: "branch blacklist as array or regex",
badge: "https://codeship.io/badges/12345/foo?branch={branch}"
}
}
The badge URL is made up. Also, I don't care how about the format with which it's parameterized.
conf/stationmaster.jsonshould allow the following configuration:The badge URL is made up. Also, I don't care how about the format with which it's parameterized.