From cdacd544213bd19048c78f49b15bb6e9c2b10e2f Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Wed, 25 Mar 2015 20:27:21 +0000 Subject: [PATCH] Added Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cfdbbe03e..274a51f39f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Jenkins Job DSL / Plugin ======================== +[![Join the chat at https://gitter.im/JavaPosseRoundup/job-dsl-plugin](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/JavaPosseRoundup/job-dsl-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + The Jenkins "Job DSL / Plugin" is made up of two parts: The Domain Specific Language (DSL) that allows users to describe Jobs using in a groovy-based language, and a Jenkins Plugin which manages the scripts and the updating of the Jenkins jobs which are created and maintained as a result.