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
780
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
680
Devops in the NonSAAS world
tektalks
1
270
Configuration management gets built into Windows Operating System
tektalks
1
480
DIY build radiators on Raspberry Pi
tektalks
2
980
Other Decks in Technology
See All in Technology
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
4
22k
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.4k
AI が Approve する開発フロー / How AI Reviewers Accelerate Our Development
zaimy
1
260
類似画像検索モデルの開発ノウハウ
lycorptech_jp
PRO
0
210
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
14k
Bill One 開発エンジニア 紹介資料
sansan33
PRO
5
18k
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
15
95k
JAWS DAYS 2026 CDP道場 事前説明会 / JAWS DAYS 2026 CDP Dojo briefing document
naospon
0
110
AI ネイティブ組織への変革:ビジネスとITの統合が拓く未来/ AIで“はたらく”をアップデートする人材業界パーソルキャリアのリアル
techtekt
PRO
0
100
What's new in Go 1.26?
ciarana
2
280
LLM活用の壁を超える:リクルートR&Dの戦略と打ち手
recruitengineers
PRO
1
200
Serverless Agent Architecture on Azure / serverless-agent-on-azure
miyake
1
120
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
340
58k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
380
Git: the NoSQL Database
bkeepers
PRO
432
66k
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
140
Building the Perfect Custom Keyboard
takai
2
700
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
Bash Introduction
62gerente
615
210k
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
1
1.3k
The Spectacular Lies of Maps
axbom
PRO
1
580
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
430
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>