تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Jenkins Beginner Tutorial 2 - How to setup Jenkins on Tomcat ضمن كورس Jenkins شرح قناة Automation Step by Step، الفديو رقم 2 مجانى معتمد اونلاين
All Free Courses - https://automationstepbystep.com/
Jenkins Beginner Tutorial 2 - How to setup Jenkins on Tomcat
Why?
Running Jenkins standalone (jetty/winstone) vs Running Jenkins on Tomcat
Pre-requisite
Tomcat 5 or above
java(7 or above) should be available
(https://www.youtube.com/watch?vFqpmH8MVO6A&listPLhW3qG5bs-L_qj1L5hnHvJYeFpQ_g4UuU)
Step 1 : Download Tomcat
Step 2 : Unzip and place tomcat folder at any location
Step 3 : Copy/Place the jenkins.war file inside tomcat/webapps folder
Step 4 : Goto commandpromt (cmd) - windows terminal - mac
- goto tomcat/bin directory
- make all files executable : chmod +x .sh
In case of windows this command will not work. This step might not be needed if you are on windows. Else you can right click on the file/folder goto security tab and change the permissions.
Can watch -
TOMCAT - How to install and run on Windows Change Port Run app
https://youtu.be/ZIIkrn6LHW0?listPLhW3qG5bs-L9MQ02hBtHVlfrf0TThsZqB
Step 5 : Start Tomcat : ./startup.sh
(to shutdown tomcat : ./shutdown.sh)
Step 6 : verify if tomcat started : browser - http://localhost:8080
Step 7 : verify if jenkins is running on tomcat : http://localhost:8080/jenkins
To start jenkins (standalone) on a diff port
java -jar jenkins.war - - httpPort9090
________ ONLINE COURSES TO LEARN ________
Visit - http://automationstepbystep.com/
------------ UI TESTING ------------
Selenium Beginners - https://bit.ly/2MGRS8K
Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6
Selenium Python - https://bit.ly/2oyMp5x
Selenium Tips - https://bit.ly/2owxc50
Selenium Builder - https://bit.ly/2MKNtlq
Katalon Studio - https://bit.ly/2wARFdi
Robot Framework - https://bit.ly/2Px6Ue9
------------ API TESTING ------------
Web Services (API) - https://bit.ly/2MGafL7
SoapUI - https://bit.ly/2MGahmd
Postman - https://bit.ly/2wz8LrW
General - https://bit.ly/2PYdwmV
------------ MOBILE TESTING ------------
Mobile Playlist - https://bit.ly/2PxpeUv
------------ CI CD DEVOPS ------------
Jenkins Beginner - https://bit.ly/2MIn8EC
Jenkins Tips & Trick - https://bit.ly/2LRt6xC
Docker - https://bit.ly/2MInnzx
------------ VERSION CONTROL SYSTEM ------------
Git & GitHub - https://bit.ly/2Q1pagY
------------ PERFORMANCE TESTING ------------
JMeter Beginner - https://bit.ly/2oBbtIU
JMeter Intermediate - https://bit.ly/2oziNVB
JMeter Advanced - https://bit.ly/2Q22Y6a
JMeter Tips & Tricks - https://bit.ly/2NOfWD2
Performance Testing - https://bit.ly/2wEXbLS
------------ JAVA ------------
Java Beginners - https://bit.ly/2PVUcXs
Java Tips & Tricks - https://bit.ly/2CdcDnJ
------------ MAVEN ------------
Maven - https://bit.ly/2NJdDRS
------------ OTHERS ------------
Redis- https://bit.ly/2N9jyCG
Misc - https://bit.ly/2Q2q5xQ
Tools & Tips - https://bit.ly/2oBfwoR
QnA Friday- https://bit.ly/2NgwGpw
Sunday Special - https://bit.ly/2wB23BO
Ask Raghav- https://bit.ly/2CoJGWf
Interviews - https://bit.ly/2NIPPxk
All Playlists - https://bit.ly/2LSiezA
------------ Follow ------------
Facebook - https://www.facebook.com/automationstepbystep
Twitter - https://twitter.com/automationsbs
Youtube - http://youtube.com/automationstepbystep
NeverStopLearning
Raghav