Created Project Status Images (markdown)

Dan Cryer 2014-04-16 07:06:12 -07:00
commit cfca6046b4

10
Project-Status-Images.md Normal file

@ -0,0 +1,10 @@
Most Continuous Integration systems provide a simple image URL that you can use to display your project status on other web sites (like Github) - PHPCI is no different.
You can find a status image at the following location: `http://{PHPCI URL}/build-status/image/{PROJECT ID}`
So for example, our instance of PHPCI is at `phpci.block8.net`, and our PHPCI project ID is `2`, so the image URL is: `http://phpci.block8.net/build-status/image/2`.
#### Where do I find my project ID?
Go to your instance of PHPCI, and open the project you are interested in. The project ID is the number in the last part of the URL in your browser:
http://phpci.block8.net/project/view/2