From 3f550dd5fc809f81579456435c1234e371493ac5 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 1 Jun 2017 19:49:08 +0200 Subject: [PATCH] add jenkins pipeline syntax examples --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7745ce2..821fcd1 100644 --- a/README.md +++ b/README.md @@ -195,9 +195,10 @@ I just want to centralize my findings and bookmarks in a central location, and s * [Robert Sandell / James Nord](https://www.cloudbees.com/sites/default/files/2016-jenkins-world-no_you_shouldnt_do_that_lessons_from_using_pipeline.pdf) - No, You Shouldn't Do That! Lessons from Using Pipeline * [Wilson Mar](https://wilsonmar.github.io/jenkins2-pipeline) - Jenkins2 Pipeline jobs using Groovy code in Jenkinsfile * [tuxfight3r](https://gist.github.com/tuxfight3r/eca9442ff76649b057ab) - Decrypting Jenkins password -* [Jenkins](https://jenkins.io/doc/pipeline/steps/workflow-basic-steps/) - Pipeline Basic Steps -* [Jenkins](https://jenkins.io/doc/pipeline/examples/) - Pipeline Examples -* [Jenkins](https://jenkins.ci.cloudbees.com/job/core/job/acceptance-test-harness-stable/changes) - Latest builds of Jenkins acceptance-test-harness-stable. See also [The new Jenkins CI page](https://ci.jenkins.io/) +* [Jenkins Docs](https://jenkins.io/doc/pipeline/steps/workflow-basic-steps/) - Pipeline Basic Steps +* [Jenkins Docs](https://jenkins.io/doc/pipeline/examples/) - Pipeline Examples +* [Jenkins Docs][https://jenkins.io/doc/book/pipeline/syntax/) - Pipeline syntax +* [Jenkins Docs](https://jenkins.ci.cloudbees.com/job/core/job/acceptance-test-harness-stable/changes) - Latest builds of Jenkins acceptance-test-harness-stable. See also [The new Jenkins CI page](https://ci.jenkins.io/) * [Vyacheslav Voronenko](https://www.codementor.io/slavko/setup-configure-jenkins-recommended-plugins-du107z6nr) - Setup & Configure Jenkins for Your Team * [Łukasz Szczęsny](https://www.youtube.com/watch?v=-dofUuTIbAA) - [Video] JaaC - Jenkins as a Code * [Afonso F](https://github.com/afonsof/jenkins-material-theme) - Material Design UI for Jenkins