Continuous Delivery/Deployment w/ Gitflow, Docker, Jenkins and Rancher

Alin Voinea
Alin VoineaSenior Software Engineer @ Eau de Web at Eau de Web
Alin Voinea
Eau de Web, Romania
Continuous
Delivery / Deployment
Gitflow, Docker & Jenkins
● Docker
● Gitflow
● Jenkins
2
Continuous delivery / deployment
Continuous delivery / deployment
3
Continuous delivery / deployment - Why?
● Features / Bug fixes in production ASAP
● Higher quality
● Better products
● Lower costs
● Happier teams
4
Continuous delivery / deployment - Tools
5
Continuous delivery / deployment - Tools
6
Gitflow
7
Github gitflow support
8
Jenkins w/ Blue Ocean
9
Jenkinsfile
10
pipeline {
stages {
stage('Build') {
...
}
stage('Test') {
...
}
stage('Release') {
...
}
}
}
Jenkins release pipelines - Plone Add-on
11
Jenkins release pipelines - Website
12
Demo
13
Demo
https://youtu.be/TtpJ_bfAkiY 14
Conclusions
● Continuous delivery / deployment
○ Docker
○ Gitflow
○ Jenkins
~
Lower costs, Better products, Happier teams!
15
ありがとうございました - Thank you!
● References
○ github.com
■ avoinea
● demo.docker.ploneconf
● avoinea.rancher.catalog
■ eea
● eea.rancher.catalog
● eea.docker.gitflow
● eea.docker.jenkins.master
● eea.docker.jenkins.slave-dind
16
1 of 16

More Related Content

More from Alin Voinea(16)

Docker & rancherDocker & rancher
Docker & rancher
Alin Voinea363 views
Faceted navigation in Plone 5Faceted navigation in Plone 5
Faceted navigation in Plone 5
Alin Voinea530 views
Docker and ploneDocker and plone
Docker and plone
Alin Voinea2.7K views
Plone and dockerPlone and docker
Plone and docker
Alin Voinea651 views
Kotti CMS 101Kotti CMS 101
Kotti CMS 101
Alin Voinea1.1K views
Responsive design in ploneResponsive design in plone
Responsive design in plone
Alin Voinea781 views
Plone and dockerPlone and docker
Plone and docker
Alin Voinea501 views
New EEA Plone Add-onsNew EEA Plone Add-ons
New EEA Plone Add-ons
Alin Voinea1.8K views
Python eggs (RO)Python eggs (RO)
Python eggs (RO)
Alin Voinea732 views
Data visualization in ploneData visualization in plone
Data visualization in plone
Alin Voinea1.2K views

Continuous Delivery/Deployment w/ Gitflow, Docker, Jenkins and Rancher