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
750
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
630
Devops in the NonSAAS world
tektalks
1
240
Configuration management gets built into Windows Operating System
tektalks
1
460
DIY build radiators on Raspberry Pi
tektalks
2
940
Other Decks in Technology
See All in Technology
ビギナーであり続ける/beginning
ikuodanaka
3
790
第4回Snowflake 金融ユーザー会 Snowflake summit recap
tamaoki
1
300
CDK Toolkit Libraryにおけるテストの考え方
smt7174
0
120
FOSS4G 2025 KANSAI QGISで点群データをいろいろしてみた
kou_kita
0
410
データ基盤からデータベースまで?広がるユースケースのDatabricksについて教えるよ!
akuwano
3
140
CDK Vibe Coding Fes
tomoki10
0
220
ABEMAの本番環境負荷試験への挑戦
mk2taiga
4
300
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
2
7.8k
成長し続けるアプリのためのテストと設計の関係、そして意思決定の記録。
sansantech
PRO
0
130
MobileActOsaka_250704.pdf
akaitadaaki
0
170
オーティファイ会社紹介資料 / Autify Company Deck
autifyhq
10
130k
インフラ寄りSREの生存戦略
sansantech
PRO
7
2.5k
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
512
110k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Designing for Performance
lara
610
69k
Become a Pro
speakerdeck
PRO
29
5.4k
How STYLIGHT went responsive
nonsquared
100
5.6k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
A designer walks into a library…
pauljervisheath
207
24k
BBQ
matthewcrist
89
9.7k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Transcript
Continuous Delivery with DeployIT Anirudh Bhatnagar
[email protected]
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>