Jenkins : Installation et Configuration
Version des outils
| Os / Tool | Version |
|---|---|
| Jenkins | 2.176.2 |
| Docker | 19.03.1 |
Todo
N/A
Note en vrac
Le hub docker de jenkins est divisé en deux :
Le hub officiel est "jenkins" mais certain projet reste maintenu dans jenkinsci comme l'image "blueocean".
La différence entre jenkins/jenkins et jenkinsci/blueocean réside dans l'installation par défaut de blueocean.
Avant propos
The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
Procédure d'installation docker
Quick start
docker run \
-u root \
--rm \
-d \
-p 8080:8080 \
-p 50000:50000 \
-v jenkins-data:/var/jenkins_home \
-v /var/run/docker.sock:/var/run/docker.sock \
jenkinsci/blueocean
Advanced deployment
Procédure de post-installation
Source
Jenkins
Jenkins CasC Demos
Jenkins Configuration as Code Plugin
Jenkins Docker GitHub
Jenkins Docker
Jenkins Documentation
Jenkins Features Controlled with System Properties
Jenkins on Jenkins