39 lines
781 B
Markdown
39 lines
781 B
Markdown
|
---
|
||
|
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
|