From 408b5b33c41d9fa1db23ee66f9bb5de125d174dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillem=20Hern=C3=A1ndez=20Sola?= Date: Thu, 6 Apr 2017 11:24:27 +0200 Subject: [PATCH] Added readme install --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ea39734..3abe734 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ This is the repo to play and test Jenkins Declarative Pipelines. +You need the following plugins on your Jenkins 2.7+ instance: + +* Pipeline: Declarative Agent API +* Build Pipeline Plugin +* Pipeline Maven Integration Plugin +* Pipeline: Multibranch with defaults +* Delivery Pipeline Plugin +* Sauce OnDemand plugin +* HTML Publisher plugin +* xUnit plugin + + ## 01-maven-example A simple maven example ## 02-maven-html-reports