
Jenkins Beginner Tutorial 12 - How to do Automated Deployment (Step by Step)
All FREE courses - automationstepbystep.com/
Today we will learn :
How to do Automated Deployments with Jenkins ?
Step 1
Start Jenkins
Step 2
Install Plugin
(Deploy Plugin)
wiki.jenkins-ci.org/display/JENKINS/Deploy+Plugin
You can also goto your Jenkins on browser and
Manage Jenkins - Plugins Manager - Click on Available tab and search for deploy to container
Add to Jenkins
Step 3
Create a Build JOB in Jenkins
Step 4
Add Post-build Action Deploy war/ear to container
(add values to the fields)
sample war file - tomcat.apache.org/tomcat-6.0-doc/appdev/sample/
Step 5
In tomcat-users.xml add user for DEPLOYMENT
user username="deployer" password="deployer" roles="manager-script" /
Step 6
Run and Validate
What is Automated Deployment
• Jenkins Beginner Tutorial 11 - What is Aut...
How to install and setup TOMCAT
• Tomcat
---------------------------------------------------------------------------------------------------
If you want to deploy on more than one server. Check these links
stackoverflow.com/questions/15031415/jenkins-how-t…
paxcel.net/blog/automation-of-warear-deployment-us…
_____________________________________________________________
Jenkins Playlist:
• Jenkins
Like on Facebook - www.facebook.com/automationstepbystep/
Subscribe on:
Youtube - youtube.com/automationstepbystep
_______ ONLINE COURSES TO LEARN _______
Visit - automationstepbystep.com/
----------- UI TESTING -----------
Selenium Beginners - bit.ly/2MGRS8K
Selenium Java Framework from Scratch - bit.ly/2N9xvR6
Selenium Python - bit.ly/2oyMp5x
Selenium Tips - bit.ly/2owxc50
Selenium Builder - bit.ly/2MKNtlq
Katalon Studio - bit.ly/2wARFdi
Robot Framework - bit.ly/2Px6Ue9
----------- API TESTING -----------
Web Services (API) - bit.ly/2MGafL7
SoapUI - bit.ly/2MGahmd
Postman - bit.ly/2wz8LrW
General - bit.ly/2PYdwmV
----------- MOBILE TESTING -----------
Mobile Playlist - bit.ly/2PxpeUv
----------- CI | CD | DEVOPS -----------
Jenkins Beginner - bit.ly/2MIn8EC
Jenkins Tips & Trick - bit.ly/2LRt6xC
Docker - bit.ly/2MInnzx
----------- VERSION CONTROL SYSTEM -----------
Git & GitHub - bit.ly/2Q1pagY
----------- PERFORMANCE TESTING -----------
JMeter Beginner - bit.ly/2oBbtIU
JMeter Intermediate - bit.ly/2oziNVB
JMeter Advanced - bit.ly/2Q22Y6a
JMeter Tips & Tricks - bit.ly/2NOfWD2
Performance Testing - bit.ly/2wEXbLS
----------- JAVA -----------
Java Beginners - bit.ly/2PVUcXs
Java Tips & Tricks - bit.ly/2CdcDnJ
----------- MAVEN -----------
Maven - bit.ly/2NJdDRS
----------- OTHERS -----------
Redis- bit.ly/2N9jyCG
Misc - bit.ly/2Q2q5xQ
Tools & Tips - bit.ly/2oBfwoR
QnA Friday- bit.ly/2NgwGpw
Sunday Special - bit.ly/2wB23BO
Ask Raghav- bit.ly/2CoJGWf
Interviews - bit.ly/2NIPPxk
All Playlists - bit.ly/2LSiezA
----------- FOLLOW -----------
Facebook - www.facebook.com/automationstepbystep
Twitter - twitter.com/automationsbs
Youtube - youtube.com/automationstepbystep
コメント