From 7dfc3ee92d65e7a367c5d368fa94bd2488447927 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 20 Sep 2016 16:31:10 -0700 Subject: [PATCH] Add README link/badge for our Jenkins "update.sh and push.sh" job --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 772d7bb33..4cf498127 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ This repository contains the docs for each of the Docker official images. See [d All Markdown files here are run through [tianon's fork of `markdownfmt`](https://github.com/tianon/markdownfmt) (only forked to add some smaller-diff preference and minor DockerHub-compatibility changes), and verified as formatted correctly via Travis-CI. -[![Build Status](https://travis-ci.org/docker-library/docs.svg?branch=master)](https://travis-ci.org/docker-library/docs) +- [Travis CI: + ![build status badge](https://travis-ci.org/docker-library/docs.svg?branch=master)](https://travis-ci.org/docker-library/docs) +- [Automated `update.sh` and `push.sh`: + ![build status badge](https://doi-janky.infosiftr.net/job/docs/job/update/badge/icon)](https://doi-janky.infosiftr.net/job/docs/job/update/) # How do I add a new image's docs