Created Project Status Images (markdown)
parent
b6295d3934
commit
cfca6046b4
1 changed files with 10 additions and 0 deletions
10
Project-Status-Images.md
Normal file
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue