Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Implement Single click deployment with Jenkins ...
Search
tektalks
November 17, 2013
Technology
1
730
Implement Single click deployment with Jenkins and DeployIt
#DevOpsDays India 2013 : Implement Single click deployment with Jenkins and DeployIt
tektalks
November 17, 2013
Tweet
Share
More Decks by tektalks
See All by tektalks
Automating development with Vagrant and Salt
tektalks
1
610
Devops in the NonSAAS world
tektalks
1
230
Configuration management gets built into Windows Operating System
tektalks
1
450
DIY build radiators on Raspberry Pi
tektalks
2
920
Other Decks in Technology
See All in Technology
さくらの夕べ Debianナイト - さくらのVPS編
dictoss
0
190
大AI時代で輝くために今こそドメインにディープダイブしよう / Deep Dive into Domain in AI-Agent-Era
yuitosato
1
310
AWSLambdaMCPServerを使ってツールとMCPサーバを分離する
tkikuchi
1
2.8k
Amazon CloudWatchで始める エンドユーザー体験のモニタリング
o11yfes2023
0
110
SREの視点で考えるSIEM活用術 〜AWS環境でのセキュリティ強化〜
coconala_engineer
1
270
All You Need Is Kusa 〜Slackデータで始めるデータドリブン〜
jonnojun
0
150
AIを活用した化学反応的なスピード開発 TDD × ペアプロ × AI / Chemically Reactive Speed Development with AI. TDD-Pair Pro-AI
oomatomo
0
210
AI AgentOps LT大会(2025/04/16) Algomatic伊藤発表資料
kosukeito
0
130
Porting PicoRuby to Another Microcontroller: ESP32
yuuu
3
270
NLP2025 参加報告会 / NLP2025
sansan_randd
4
540
似たような課題が何度も蘇ってくるゾンビふりかえりを撲滅するため、ふりかえりのテーマをフォーカスしてもらった話 / focusing on the theme
naitosatoshi
0
420
Spring Bootで実装とインフラをこれでもかと分離するための試み
shintanimoto
7
690
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
34
2.2k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Docker and Python
trallard
44
3.3k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Designing Experiences People Love
moore
141
24k
Six Lessons from altMBA
skipperchong
27
3.7k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.8k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
47
2.5k
Music & Morning Musume
bryan
47
6.5k
Writing Fast Ruby
sferik
628
61k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.2k
Typedesign – Prime Four
hannesfritz
41
2.6k
Transcript
Continuous Delivery with DeployIT Anirudh Bhatnagar abhatnagar@xebia.com
Continuous Delivery…..
Continuous Integration - Continuous Integration -Test Automation
The next step: From CI to Continuous Delivery
Continuous Delivery Automated Build Automated Deployments Automated provisioning of Infrastructure.
Automated Tests.
None
None
None
None
None
None
None
None
None
None
demo..
Extending deployIT plugins
None
tomcat plugin example.. <type type="tc.Tomcat" extends="generic.Container"> <property name="startScript" default="tc/start-tc" hidden="true"/>
<property name="stopScript" default="tc/stop-tc" hidden="true"/> <property name="home"/> </type> <type type="tc.SimpleWarModule" extends="generic.CopiedArtifact" deployable-type="jee.War" container-type="tc.Tomcat"> <property name="targetDirectory" default="${deployed.container.home}/webapps" hidden="true"/> <property name="targetFile" default="${deployed.name}.war" hidden="true"/> <property name="createTargetDirectory" default="true" kind="boolean" hidden="true" required="false" /> </type>