quentin.dufour.io/_posts/2016-07-02-jenkins-pipeline...

39 lines
781 B
Markdown
Raw Normal View History

2016-07-16 15:35:02 +00:00
---
layout: post
slug: jenkins-pipeline
status: draft
title: Introduction aux pipelines Jenkins 2.0
description: Ou comment automatiser la compilation de votre application à son déploiement.
disqus: true
categories:
- jenkins
tags:
- continuous delivery
- continuous integration
- jenkins
- pipeline
- jenkinsfile
---
## Pourquoi
Eviter l'effet it works on my machines.
## Comment
Continuous Integration / Continuous Delivery
## Blue Ocean
## Le module Pipeline
Anciennement Workflow Plugin
## Construisons notre premier pipeline
## Les ressources existantes
* [Continuous Delivery et Pipeline sur Wikipedia](https://en.wikipedia.org/wiki/Continuous_delivery)
* [Tutoriel pipelines Jenkins](https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md)
* c