THERE IS NO SNAPSHOT 
How we changed a full release from half a day to half an hour
IN THIS EPISODE 
Compile once 
Gradle
DISCLAIMER 
It’s mostly JVM, but the essence is transferable to other 
languages
BACKGROUND 
• Monolith 
• 46 modules 
• about 2100 .scala
• Build 
• Test 
• Integrationtest 
• Release 
• Deploy 
• Maven
COMPILE, COMPILE, COMPILE 
Compile + 
test 
Integration-test 
mvn release
COMPILE, COMPILE, COMPILE 
Compile + 
test 
Integration-test 
mvn release 
25-60 mins 50-120 mins 60-120 mins
SUM 
• min 2h 30 mins 
• at times 5 hours or more 
• parallel builds == crash
THINK NEW
HOW?
COMPILE, COMPILE, COMPILE 
Compile + 
test 
Integration-test 
mvn release
COMPILE, COMPILE, COMPILE 
Compile + 
test Snapshots
COMPILE, COMPILE, COMPILE 
Compile + 
1.10.69 test 
major.minor.buildnumber
OTHERS 
????
DOOR #1
MAVEN
DOOR #2
SBT
There is no snapshot
DOOR #3
There is no snapshot
GRADLE
PROS 
• Incremental and parallel 
compiling 
• Zinc 
• Deployscripts in Groovy 
• Unittest buildscripts 
• ++
PLUGINS 
Promoted 
Build 
Clone 
Workspace Copy Artifact 
Parameterized 
Trigger Gradle
PLUGINS (NICE) 
Cloudbees 
Folders Build Pipeline 
Git Pull 
Request 
Builder 
Job Config Disk Usage 
History 
Jenkins slaves
PSEUDO EXAMPLE
Default parameter 
VERSION=0.9
echo version=${VERSION}.${BUILD_NUMBER} >> 
gradle.properties
gradle.properties: 
version=0.9.3
gradle clean test assemble --parallel
archive artifact: 
embedded-jetty-app.jar
archive workspace
Trigger 
Send med JOB_NAME, BUILD_NUMBER, Git commit
Clone workspace
gradle integrationtest -x compileScala (++)
git pull ${init_job_git_commit}
Check for snapshot dependencies
Log in as PROD-deployer
Press Play on tape
curl slack.com channel #prod: “ we have liftoff”
Promote to PROD
PROMOTED BUILD
PROMOTED BUILD 
 
Hard to read 
Prefer 
Build Pipeline
git tag v0.9.3
Keep build forever (look Ma! No Nexus/Artifactory!)
CLEAN, COMPILE, 
TEST,INTEGRATIONTEST 
• avg = 25 mins 
• spikes at 30+ mins when 
pull requests starts to build 
at the same time 
• All builds have final release 
version 
• who broke the build?
?

More Related Content

PDF
Auto-scaled Concourse CI on AWS w/o BOSH
PDF
Docker multi-stage build
PDF
"Workstation Up" - Docker Development at Flow by Mike Roth
PDF
Concourse - CI for the cloud
PPTX
CloudExpo 2018: Docker - Power Your Move to the Cloud
PDF
創科 從零開始認識 Docker
PDF
Ci For The Web 2.0 Guy Or Gal
PPTX
Auto-scaled Concourse CI on AWS w/o BOSH
Docker multi-stage build
"Workstation Up" - Docker Development at Flow by Mike Roth
Concourse - CI for the cloud
CloudExpo 2018: Docker - Power Your Move to the Cloud
創科 從零開始認識 Docker
Ci For The Web 2.0 Guy Or Gal

What's hot (20)

PPTX
MoldCamp - multidimentional testing workflow. CIBox.
PDF
Docker dev, test & production (afas)
PDF
CI/CD with Docker on AWS
PDF
Lessons Learned: Using Concourse In Production
PPTX
Developer South Coast 2018: Modernizing .NET Apps with Docker
PDF
Testing strategies for Docker containers
PDF
Docker for Developers - Part 2 by Borja Burgos and Fernando Mayo
PDF
Google ko: fast Kubernetes microservice development in Go - Sangam Biradar, E...
PDF
Development Swarm Cluster
PDF
Docker + Tenserflow + GOlang - Golang singapore Meetup
PPTX
Cloud+Data Next: Mashing Linux and Windows Containers
PDF
Exploring Docker in CI/CD
PDF
Gitlab ci e kubernetes, build test and deploy your projects like a pro
PPTX
PPTX
Lando - AddWeb Solution
PPTX
Continuous Delivery With Selenium Grid And Docker
PDF
Automating Docker Containers with Puppet 2014 10-13
PPTX
Modernizing Traditional Apps with Docker Enterprise Edition
PPTX
#SDD2017 - Modernizing .NET Apps with Docker
PDF
Gitlab - Creating C++ applications with Gitlab CI
MoldCamp - multidimentional testing workflow. CIBox.
Docker dev, test & production (afas)
CI/CD with Docker on AWS
Lessons Learned: Using Concourse In Production
Developer South Coast 2018: Modernizing .NET Apps with Docker
Testing strategies for Docker containers
Docker for Developers - Part 2 by Borja Burgos and Fernando Mayo
Google ko: fast Kubernetes microservice development in Go - Sangam Biradar, E...
Development Swarm Cluster
Docker + Tenserflow + GOlang - Golang singapore Meetup
Cloud+Data Next: Mashing Linux and Windows Containers
Exploring Docker in CI/CD
Gitlab ci e kubernetes, build test and deploy your projects like a pro
Lando - AddWeb Solution
Continuous Delivery With Selenium Grid And Docker
Automating Docker Containers with Puppet 2014 10-13
Modernizing Traditional Apps with Docker Enterprise Edition
#SDD2017 - Modernizing .NET Apps with Docker
Gitlab - Creating C++ applications with Gitlab CI
Ad

Viewers also liked (20)

PDF
Microsoft SQL Server Continuous Integration
PPTX
Large scale automation with jenkins
PPTX
Introduction to jenkins
PDF
F8 Recap: The Changing Facebook
PPTX
Business plan finance
PPTX
PPT
Elevaktiv formativ bedömning ppt
PDF
Book Web Dosso
PDF
The best that England has to offer - Scot Carson
PDF
Situaţia avizelor de mediu ale construcţie
PPTX
5 Top Collection of Diamond Engagement Rings by Adiamor
PDF
Mihai Eminescu economist
PPTX
6 Top Collection of Diamond Engagement Rings
PDF
Satelliet meubelen - Zien en gezien worden - 29 en 30 oktober 2014
PPTX
Daktari Newsletter Sept-Oct 2012
PPTX
Global studies conference Duncan may 2012
PPT
Daktari Newsletter October 2010
PDF
Rbd Homes rebranding
PDF
Forewards customer referral programs for ecommerce
PPTX
DAKTARI Newsletter Q1 2015
Microsoft SQL Server Continuous Integration
Large scale automation with jenkins
Introduction to jenkins
F8 Recap: The Changing Facebook
Business plan finance
Elevaktiv formativ bedömning ppt
Book Web Dosso
The best that England has to offer - Scot Carson
Situaţia avizelor de mediu ale construcţie
5 Top Collection of Diamond Engagement Rings by Adiamor
Mihai Eminescu economist
6 Top Collection of Diamond Engagement Rings
Satelliet meubelen - Zien en gezien worden - 29 en 30 oktober 2014
Daktari Newsletter Sept-Oct 2012
Global studies conference Duncan may 2012
Daktari Newsletter October 2010
Rbd Homes rebranding
Forewards customer referral programs for ecommerce
DAKTARI Newsletter Q1 2015
Ad

Similar to There is no snapshot (20)

PDF
Gradle - the Enterprise Automation Tool
PDF
Gradle Show and Tell
PDF
Continuous delivery-with-maven
ODP
Gradle - time for another build
PDF
Gradle - time for a new build
PDF
Why Gradle?
PPTX
Faster Java EE Builds with Gradle
PPTX
Faster Java EE Builds with Gradle
PPTX
Gradle 2.Write once, builde everywhere
PDF
Szczepan.faber.gradle
PDF
Why gradle
PPTX
Faster java ee builds with gradle [con4921]
PDF
In the Brain of Hans Dockter: Gradle
PPTX
Gradle: One technology to build them all
PDF
What's new in Gradle 4.0
PDF
DPE Summit - A More Integrated Build and CI to Accelerate Builds at Netflix
PDF
Gradle
PPTX
7 maven vsgradle
PPTX
Gradle - the Enterprise Automation Tool
Gradle Show and Tell
Continuous delivery-with-maven
Gradle - time for another build
Gradle - time for a new build
Why Gradle?
Faster Java EE Builds with Gradle
Faster Java EE Builds with Gradle
Gradle 2.Write once, builde everywhere
Szczepan.faber.gradle
Why gradle
Faster java ee builds with gradle [con4921]
In the Brain of Hans Dockter: Gradle
Gradle: One technology to build them all
What's new in Gradle 4.0
DPE Summit - A More Integrated Build and CI to Accelerate Builds at Netflix
Gradle
7 maven vsgradle

Recently uploaded (20)

PDF
Guide to Food Delivery App Development.pdf
PPTX
most interesting chapter in the world ppt
DOC
UTEP毕业证学历认证,宾夕法尼亚克拉里恩大学毕业证未毕业
PDF
iTop VPN Crack Latest Version Full Key 2025
PPTX
Airline CRS | Airline CRS Systems | CRS System
PDF
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
PPTX
Cybersecurity-and-Fraud-Protecting-Your-Digital-Life.pptx
PDF
E-Commerce Website Development Companyin india
PDF
AI Guide for Business Growth - Arna Softech
PDF
Salesforce Agentforce AI Implementation.pdf
PDF
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
PDF
Wondershare Recoverit Full Crack New Version (Latest 2025)
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PPTX
Trending Python Topics for Data Visualization in 2025
PDF
Topaz Photo AI Crack New Download (Latest 2025)
PPTX
"Secure File Sharing Solutions on AWS".pptx
PPTX
GSA Content Generator Crack (2025 Latest)
PDF
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
PDF
Visual explanation of Dijkstra's Algorithm using Python
PDF
DNT Brochure 2025 – ISV Solutions @ D365
Guide to Food Delivery App Development.pdf
most interesting chapter in the world ppt
UTEP毕业证学历认证,宾夕法尼亚克拉里恩大学毕业证未毕业
iTop VPN Crack Latest Version Full Key 2025
Airline CRS | Airline CRS Systems | CRS System
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
Cybersecurity-and-Fraud-Protecting-Your-Digital-Life.pptx
E-Commerce Website Development Companyin india
AI Guide for Business Growth - Arna Softech
Salesforce Agentforce AI Implementation.pdf
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
Wondershare Recoverit Full Crack New Version (Latest 2025)
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
Trending Python Topics for Data Visualization in 2025
Topaz Photo AI Crack New Download (Latest 2025)
"Secure File Sharing Solutions on AWS".pptx
GSA Content Generator Crack (2025 Latest)
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
Visual explanation of Dijkstra's Algorithm using Python
DNT Brochure 2025 – ISV Solutions @ D365

There is no snapshot