SlideShare a Scribd company logo
1 of 22
©2015CloudBees,Inc.AllRightsReserved©2015CloudBees,Inc.AllRightsReserved
Continuous Delivery with Jenkins
Jenkins Solutions to Implement Continuous Delivery
Valentina Armenise
©2015CloudBees,Inc.AllRightsReserved
Me
2
http://varmenise.tumblr.com/
Linkedin
https://github.com/var
menise
• 2 years as Java
Developer at Open
Reply
• 1 year as Developer
Success Engineer at
CloudBees
• 1 year as SA at
CloudBees
• NOW: Software
Engineer at Cloudbees
©2015CloudBees,Inc.AllRightsReserved
About CloudBees
3
Who are we? CloudBees is the premier provider of Jenkins
Continuous Integration services and support
What do we
do with
Jenkins?
CloudBees optimizes Jenkins for the enterprise
• Jenkins Operations Center
• Jenkins OSS Support
• Enterprise-class plugins
• Commit code and support the Jenkins Community
• Jenkins training and consulting
• Jenkins User Conferences (JUC) and newsletters
©2015CloudBees,Inc.AllRightsReserved
Outline
• Continuous Integration (CI)
o CI with Jenkins
• Continuous Delivery (CD)
o CD with Jenkins
• Jenkins: the Workflow Plugin
• Jenkins: traceability with Puppet/Chef
o The Notification Plugin
• Open Challenges
• Summary
4
©2015CloudBees,Inc.AllRightsReserved
Continous Integration
• The Time To Market critically affects the success of a
product
• The traditional Waterfall model was too slow and did not
easily apply to the reality
• The Agile revolution encouraged:
o Rapid response to changes
o Collaboration across teams
5
©2015CloudBees,Inc.AllRightsReserved
Continuous Integration
• The Concept of Continuous Integration was a first step
that significantly sped up the product lifecycle
o Frequent commits
o Frequent integrations
o Easy detection of problems right after a bad commit
o No necessity to back-track
o Reduction of the integration time
o Increase of productivity
6
Source Code
Quality Analysis
Unit Tests
Binaries
©2015CloudBees,Inc.AllRightsReserved
Jenkins & CI
• Born as hobby project of K.Kawaguchi
• Born with two main objectives:
o Automation of the build
o Automation of the test process
• Completely written in java:
o https://github.com/jenkinsci/jenkins
o https://jenkins.ci.cloudbees.com/
• Most used CI tool
o Plugin architecture
o OSS nature
o Elasticity and Flexibility
7
©2015CloudBees,Inc.AllRightsReserved
Jenkins installations
8
©2015CloudBees,Inc.AllRightsReserved
From Continuous Integration to Continuous
Delivery
• If Continuous Integration (CI) started as automation of the
development-phase only, pretty soon the revolution
embraced:
o The test-phase (QA team)
o The deployment-phase (Ops team)
• Continuous Delivery (CD) was the natural extension of CI,
advocating:
o Collaboration across all the teams involved in the
product life-cycle
o Extensive automation of the delivery process
9
©2015CloudBees,Inc.AllRightsReserved
Jenkins & CD
• Implementing CD means:
o Being able to chain different steps of a cross-
team pipeline
o Automate their execution
• Jenkins is the Hub of CD
10
©2015CloudBees,Inc.AllRightsReserved
DEV
DEV
OPS
QA
Continuous Delivery
11
Source Code
Quality Analysis
Unit Tests
Binaries
PerfsEnvironment
FuncTest Environment
UATEnvironment
Production Environment
GOLIVE!
Release!
Staging Environment
©2015CloudBees,Inc.AllRightsReserved
Implementing CD with Jenkins
• Jenkins aligned to the new concept thanks to plugins able
to:
o Chain jobs together
o Promote the execution of jobs
o Allow human manual intervention
o Monitor the execution through WUI
o Monitor the result of the execution
12
©2015CloudBees,Inc.AllRightsReserved
Implementing CD with Jenkins
• Plugins:
– Build Flow Plugin
– Build Pipeline Plugin
– Build Delivery Pipeline
– …
13
©2015CloudBees,Inc.AllRightsReserved
Implementing CD with Jenkins: the Problem
• Choose the right plugins
• Combine several plugins to obtain different functionalities
• Many atomic jobs chained together
14
©2015CloudBees,Inc.AllRightsReserved
Implementing CD with Jenkins: Workflow
• A single plugin to implement:
– Complex pipelines involving multiple stages
– Not-sequential logic such as loops, forks ..
– Long running builds must survive outages
– Interaction with humans including pauses, input
– Restartable builds in case of transient errors
– Reusable definition to avoid duplication
– Comprehensible scripts with one clear definition
15
©2015CloudBees,Inc.AllRightsReserved
16
Workflow Groovy Script
Parallel steps
Restartability:checkpoints
Manual intervention
©2015CloudBees,Inc.AllRightsReserved
17
Workflow Stage View
©2015CloudBees,Inc.AllRightsReserved
Jenkins and Chef/Puppet Traceability
• Jenkins integrates with Puppet/Chef:
o The Puppet Master/Chef Server will ensure that the
managed server are configured properly before
deploying the artifacts
• When deploying, the traceability is lost:
o Where does the artifact come from?
o Which was the build that generated the artifact?
• Traceability is where the integration between Jenkins and
Puppet/Chef brings value:
o Notification Plugin
18
©2015CloudBees,Inc.AllRightsReserved
19
Traceability in Action
©2015CloudBees,Inc.AllRightsReserved
Open Challenges
• How to do versioning of artifacts that must be continuously
shippable?
o CD nullifies the concept of intermediate versions
• How to trace the environment in which the artifact was
created?
o Today there is no way to capture the environment
used to generate the artifact
20
©2015CloudBees,Inc.AllRightsReserved
Summary
• Jenkins was extended to impersonate the role of
orchestrator in the product lifecycle
• The need of managing the whole CD pipeline required the
implementation of new features:
o Workflow Plugin
o Notification Plugin
• Further steps need to be taken in order to make Jenkins
able to fully embrace the CD revolution:
o Lack of best practices for versioning continuously
shippable artifacts
o Lack of best practices for tracing the build
environment
21
©2015CloudBees,Inc.AllRightsReserved
Questions?
22

More Related Content

Viewers also liked

Predicting Customer Long Term Value at Eni Belgium
Predicting Customer Long Term Value at Eni BelgiumPredicting Customer Long Term Value at Eni Belgium
Predicting Customer Long Term Value at Eni BelgiumPython Predictions
 
Carat media news_letter-884r
Carat media news_letter-884rCarat media news_letter-884r
Carat media news_letter-884rCaratR
 
Ulster Bank NI PMI Slide Pack February 2017
Ulster Bank NI PMI Slide Pack February 2017Ulster Bank NI PMI Slide Pack February 2017
Ulster Bank NI PMI Slide Pack February 2017Richard Ramsey
 
Fruit of Spirit
Fruit of SpiritFruit of Spirit
Fruit of SpiritMei Su
 
How did you use media technologies in the construction and research, planning...
How did you use media technologies in the construction and research, planning...How did you use media technologies in the construction and research, planning...
How did you use media technologies in the construction and research, planning...Connor Ellis
 
Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)
Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)
Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)Mihail Stoynov
 
Carat media news_letter-885r
Carat media news_letter-885rCarat media news_letter-885r
Carat media news_letter-885rCaratR
 
C language in our world 2016
C language in our world 2016C language in our world 2016
C language in our world 2016Juraj Michálek
 
Learning & Teaching GCSE Mathematics
Learning & Teaching GCSE MathematicsLearning & Teaching GCSE Mathematics
Learning & Teaching GCSE MathematicsColleen Young
 
Overview sap bo girona nib efimatica
Overview sap bo girona nib efimaticaOverview sap bo girona nib efimatica
Overview sap bo girona nib efimaticaEfimatica
 
Stakeholder Engagement Guide of Guides
Stakeholder Engagement Guide of GuidesStakeholder Engagement Guide of Guides
Stakeholder Engagement Guide of GuidesKBHN KT
 
Zelforganisatie en high performance teams presentatie Hiswa 2015
Zelforganisatie en high performance teams presentatie Hiswa 2015Zelforganisatie en high performance teams presentatie Hiswa 2015
Zelforganisatie en high performance teams presentatie Hiswa 2015Frank Willems
 
Using Docker with Puppet - PuppetConf 2014
Using Docker with Puppet - PuppetConf 2014Using Docker with Puppet - PuppetConf 2014
Using Docker with Puppet - PuppetConf 2014Puppet
 
Continuous integration
Continuous integrationContinuous integration
Continuous integrationamscanne
 
Carat media news_letter-883r
Carat media news_letter-883rCarat media news_letter-883r
Carat media news_letter-883rCaratR
 
Development of Mobile Applications
Development of Mobile ApplicationsDevelopment of Mobile Applications
Development of Mobile ApplicationsDávid Kaya
 
Yale Jenkins Show and Tell
Yale Jenkins Show and TellYale Jenkins Show and Tell
Yale Jenkins Show and TellE. Camden Fisher
 

Viewers also liked (18)

Predicting Customer Long Term Value at Eni Belgium
Predicting Customer Long Term Value at Eni BelgiumPredicting Customer Long Term Value at Eni Belgium
Predicting Customer Long Term Value at Eni Belgium
 
Carat media news_letter-884r
Carat media news_letter-884rCarat media news_letter-884r
Carat media news_letter-884r
 
Ulster Bank NI PMI Slide Pack February 2017
Ulster Bank NI PMI Slide Pack February 2017Ulster Bank NI PMI Slide Pack February 2017
Ulster Bank NI PMI Slide Pack February 2017
 
Fruit of Spirit
Fruit of SpiritFruit of Spirit
Fruit of Spirit
 
How did you use media technologies in the construction and research, planning...
How did you use media technologies in the construction and research, planning...How did you use media technologies in the construction and research, planning...
How did you use media technologies in the construction and research, planning...
 
Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)
Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)
Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)
 
Carat media news_letter-885r
Carat media news_letter-885rCarat media news_letter-885r
Carat media news_letter-885r
 
C language in our world 2016
C language in our world 2016C language in our world 2016
C language in our world 2016
 
HTTP/2 in Examples
HTTP/2 in ExamplesHTTP/2 in Examples
HTTP/2 in Examples
 
Learning & Teaching GCSE Mathematics
Learning & Teaching GCSE MathematicsLearning & Teaching GCSE Mathematics
Learning & Teaching GCSE Mathematics
 
Overview sap bo girona nib efimatica
Overview sap bo girona nib efimaticaOverview sap bo girona nib efimatica
Overview sap bo girona nib efimatica
 
Stakeholder Engagement Guide of Guides
Stakeholder Engagement Guide of GuidesStakeholder Engagement Guide of Guides
Stakeholder Engagement Guide of Guides
 
Zelforganisatie en high performance teams presentatie Hiswa 2015
Zelforganisatie en high performance teams presentatie Hiswa 2015Zelforganisatie en high performance teams presentatie Hiswa 2015
Zelforganisatie en high performance teams presentatie Hiswa 2015
 
Using Docker with Puppet - PuppetConf 2014
Using Docker with Puppet - PuppetConf 2014Using Docker with Puppet - PuppetConf 2014
Using Docker with Puppet - PuppetConf 2014
 
Continuous integration
Continuous integrationContinuous integration
Continuous integration
 
Carat media news_letter-883r
Carat media news_letter-883rCarat media news_letter-883r
Carat media news_letter-883r
 
Development of Mobile Applications
Development of Mobile ApplicationsDevelopment of Mobile Applications
Development of Mobile Applications
 
Yale Jenkins Show and Tell
Yale Jenkins Show and TellYale Jenkins Show and Tell
Yale Jenkins Show and Tell
 

Recently uploaded

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 

Recently uploaded (20)

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 

Continuous Delivery With Jenkins