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
710
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
580
Devops in the NonSAAS world
tektalks
1
210
Configuration management gets built into Windows Operating System
tektalks
1
430
DIY build radiators on Raspberry Pi
tektalks
2
890
Other Decks in Technology
See All in Technology
Work as an App Engineer
lycorp_recruit_jp
0
360
2024年にチャレンジしたことを振り返るぞ
mitchan
0
150
Server-Side Engineer of LINE Sukimani
lycorp_recruit_jp
0
350
JVM(JavaVM)の性能分析者観点で探るInstanaの可能性
instanautsjp
0
120
[JAWS-UG新潟#20] re:Invent2024 -CloudOperationsアップデートについて-
shintaro_fukatsu
0
120
継続的にアウトカムを生み出し ビジネスにつなげる、 戦略と運営に対するタイミーのQUEST(探求)
zigorou
0
820
podman_update_2024-12
orimanabu
1
290
Oracle Cloudの生成AIサービスって実際どこまで使えるの? エンジニア目線で試してみた
minorun365
PRO
4
300
メンタル面でもつよつよエンジニアになる/登壇資料(井田 献一朗)
hacobu
0
120
非機能品質を作り込むための実践アーキテクチャ
knih
5
1.6k
AWS re:Invent 2024で発表された コードを書く開発者向け機能について
maruto
0
210
生成AIのガバナンスの全体像と現実解
fnifni
1
210
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
450
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Agile that works and the tools we love
rasmusluckow
328
21k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
66k
Practical Orchestrator
shlominoach
186
10k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Adopting Sorbet at Scale
ufuk
73
9.1k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Imperfection Machines: The Place of Print at Facebook
scottboms
266
13k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
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>