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
760
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
650
Devops in the NonSAAS world
tektalks
1
260
Configuration management gets built into Windows Operating System
tektalks
1
460
DIY build radiators on Raspberry Pi
tektalks
2
960
Other Decks in Technology
See All in Technology
20201008_ファインディ_品質意識を育てる役目は人かAIか___2_.pdf
findy_eventslides
2
580
そのWAFのブロック、どう活かす? サービスを守るための実践的多層防御と思考法 / WAF blocks defense decision
kaminashi
0
130
能登半島災害現場エンジニアクロストーク 【JAWS FESTA 2025 in 金沢】
ditccsugii
0
210
AIAgentの限界を超え、 現場を動かすWorkflowAgentの設計と実践
miyatakoji
1
160
AWS 잘하는 개발자 되기 - AWS 시작하기: 클라우드 개념부터 IAM까지
kimjaewook
0
120
「Verify with Wallet API」を アプリに導入するために
hinakko
1
270
セキュアな認可付きリモートMCPサーバーをAWSマネージドサービスでつくろう! / Let's build an OAuth protected remote MCP server based on AWS managed services
kaminashi
3
250
「使い方教えて」「事例教えて」じゃもう遅い! Microsoft 365 Copilot を触り倒そう!
taichinakamura
0
200
Geospatialの世界最前線を探る [2025年版]
dayjournal
0
180
[Keynote] What do you need to know about DevEx in 2025
salaboy
0
140
実装で解き明かす並行処理の歴史
zozotech
PRO
1
650
関係性が駆動するアジャイル──GPTに人格を与えたら、対話を通してふりかえりを習慣化できた話
mhlyc
0
140
Featured
See All Featured
Speed Design
sergeychernyshev
32
1.1k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Faster Mobile Websites
deanohume
310
31k
Become a Pro
speakerdeck
PRO
29
5.5k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
KATA
mclloyd
32
15k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
54
3k
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>