From 2a1662414e3914dafee295bf4a74448b6d45ab7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillem=20Hern=C3=A1ndez=20Sola?= Date: Tue, 4 Apr 2017 10:04:43 +0200 Subject: [PATCH] Added readme --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea39734 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# Overview + +This is the repo to play and test Jenkins Declarative Pipelines. + +## 01-maven-example +A simple maven example +## 02-maven-html-reports +Some reports from a maven build +## 03-multipleProperties +Some properties on a Pipeline +## 04-parallelPipeline +Parallel stages on a pipeline +## 05-environmentInStage +Environment selection +## 06-Saucelabs-Example +A Saucelabs browser selection + +## Support + +This tutorial is released into the public domain by ITNove under WTFPL. + +[![WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-1.png)](http://www.wtfpl.net/) + +This README file was originally written by [Guillem Hernández Sola](https://www.linkedin.com/in/guillemhernandezsola/) and is likewise released into the public domain. + +Please contact ITNove for further details. + +* ITNOVE a Cynertia Consulting +* Passeig de Gràcia 110, 4rt 2a +* 08008 Barcelona +* T: 93 184 53 44 \ No newline at end of file