From 3037fe7f9bdf99c080545d74fbd9d087546c920d Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 3 Jan 2018 12:12:33 +0100 Subject: [PATCH] README: Add an AppVeyor build badge --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fae7d29..f5c1b25 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ -[![Build Status](https://travis-ci.org/heremaps/gradle-jenkins-jobdsl-plugin.svg?branch=master)](https://travis-ci.org/heremaps/gradle-jenkins-jobdsl-plugin) - # Gradle Jenkins Job DSL Plugin +| Linux | Windows | +| :---- | :------ | +[ ![Linux build status][1]][2] | [![Windows build status][3]][4] | + +[1]: https://travis-ci.org/heremaps/gradle-jenkins-jobdsl-plugin.svg?branch=master +[2]: https://travis-ci.org/heremaps/gradle-jenkins-jobdsl-plugin +[3]: https://ci.appveyor.com/api/projects/status/37g184qui7ityfw2/branch/master?svg=true +[4]: https://ci.appveyor.com/project/heremaps/gradle-jenkins-jobdsl-plugin/branch/master + This is a plugin to manage Jenkins [Job DSL](https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin) projects in a Gradle project.