From cfca6046b4b75e63f474fb172ac6827b9290a617 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Wed, 16 Apr 2014 07:06:12 -0700 Subject: [PATCH] Created Project Status Images (markdown) --- Project-Status-Images.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Project-Status-Images.md diff --git a/Project-Status-Images.md b/Project-Status-Images.md new file mode 100644 index 0000000..a3b7a2f --- /dev/null +++ b/Project-Status-Images.md @@ -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 \ No newline at end of file