All Free Tutorials 🟢 https://AutomationStepByStep.com/
What will we learn
Prerequisites for using Jenkins
How to download and install Jenkins
How to access Jenkins
Jenkins setup and configuration
How to create 1st Jenkins Job
Run Job and see results
How to stop Jenkins
Jenkins Getting Started
00:00 Intro and Topics
01:10 Step 1: Prerequisites
A computer with your preferred operating system (Windows, Linux, or macOS)
JDK (Java Development Kit) 8 or higher installed java -version
You can download it from the Oracle or OpenJDK website
Check Jenkins and Java compatibility here - https://www.jenkins.io/doc/administration/requirements/java/
How to Download and Install Java JDK without Login to Oracle
https://youtu.be/CIuB3qwLdbk?si=UH4-bfXst7Gw4MBK
11:06 Step 2: Download and Install Jenkins
Open your web browser and go to the Jenkins download page: https://www.jenkins.io/download/
Download the Jenkins installer package for your operating system or download jenkins.war
13:28 Step 3: Access Jenkins
Open cmd or terminal and goto the location of jenkins.war file
Run command java -jar jenkins.war (this will start jenkins on default port 8080)
Can change port by command java -jar jenkins.war --httpPort=9191
Open browser and goto link http://localhost:8080
23:40 1st Jenkins Job
Step 1: Click on "New Item" on the Jenkins dashboard
Step 2: Enter a name for your job and select "Freestyle project."
Step 3: In the job configuration page, you can add build steps, triggers, and post-build actions
E.g. add a build step to run a command echo "Hello, Jenkins!"
Step 4: Save and Run the job (Build Job)
Step 5: Check results - Click on build number & console output
Step 6: Understand the importance of Jenkins Home
Step 7: Stop Jenkins
▬▬▬▬▬▬▬
Every Like & Subscription gives me great motivation to keep working for you
You can support my mission for education by sharing this knowledge and helping as many people as you can
If my work has helped you, consider helping any animal near you, in any way you can
Never Stop Learning
Raghav Pal
▬▬▬▬ USEFUL LINKS ▬▬▬▬
Ask Raghav - https://bit.ly/2CoJGWf
Shorts Eng - https://bit.ly/3H9bifV
Shorts Hindi - https://bit.ly/3XY7XqN
GitHub Repositories - https://github.com/Raghav-Pal
Udemy - https://automationstepbystep.com/udemy-discounts/
Stories - https://automationstepbystep.com/stories/
▬▬ CI | CD | DEVOPS ▬▬
Jenkins Beginner - https://bit.ly/2MIn8EC
Jenkins Tips & Trick - https://bit.ly/2LRt6xC
Docker - https://bit.ly/2MInnzx
Jenkinsfile - https://bit.ly/3JSMSZ7
Kubernetes - http://bit.ly/2MJIlMK
Vagrant - https://bit.ly/3MVKdBt
Ansible - https://bit.ly/3MUsY3h
▬▬ UI TESTING ▬▬
Selenium Beginners - https://bit.ly/2MGRS8K
Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6
Selenium Python - https://bit.ly/2oyMp5x
Selenium 4 - https://bit.ly/3AiJOlP
Katalon Studio - https://bit.ly/2wARFdi
Robot Framework with RIDE- https://bit.ly/2Px6Ue9
Robot Framework with Eclipse - http://bit.ly/2N8DZxb
AccelQ - https://bit.ly/3PlsAsh
Cucumber BDD - https://bit.ly/3Cnno4z
Cypress - https://bit.ly/3PpEukM
Playwright - https://bit.ly/3iuPByJ
WebdriverIO - https://bit.ly/3IJyofA
XPath & Web Locators - https://bit.ly/3PpEvoQ
▬▬ API TESTING ▬▬
Web Services (API) - https://bit.ly/2MGafL7
SoapUI - https://bit.ly/2MGahmd
Postman - https://bit.ly/2wz8LrW
Postman 2022 - https://bit.ly/3JWm4qX
Rest Assured - https://bit.ly/3zUdhRD
Karate API Testing - https://bit.ly/3w3H5Ku
General - https://bit.ly/2PYdwmV
JMeter API Testing - https://bit.ly/3AgVPar
Katalon Studio API Testing - https://bit.ly/2BwuCTN
API Mocking - https://bit.ly/3bYPsjS
▬▬ MOBILE TESTING ▬▬
Appium - https://bit.ly/2ZHFSGX
Mobile Playlist - https://bit.ly/2PxpeUv
▬▬ 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
Gatling - https://bit.ly/3QrWfkV
Performance Testing - https://bit.ly/2wEXbLS
▬▬ SOURCE CODE MANAGEMENT ▬▬
Git & GitHub - https://bit.ly/2Q1pagY
GITLAB - http://bit.ly/2kQPGyQ
▬▬ IDE ▬▬
Eclipse - https://bit.ly/3AnRhQP
IntelliJ IDEA - https://bit.ly/3AnyDZ8
Visual Studio Code - https://bit.ly/2V15yvt
▬▬ PROGRAMMING ▬▬
Java Beginners - https://bit.ly/2PVUcXs
Java Tips & Tricks - https://bit.ly/2CdcDnJ
Groovy - https://bit.ly/2FvWV5C
JavaScript - http://bit.ly/2KJDZ8o
TypeScript - https://bit.ly/3dvJBmz
Python - http://bit.ly/2Z4iRye
Ruby - https://bit.ly/3JRRmzf
▬▬ BUILD TOOLS ▬▬
Maven - https://bit.ly/2NJdDRS
Gradle - http://bit.ly/30l3h1B
▬▬ CLOUD SERVICES ▬▬
Browserstack - https://bit.ly/3w7kxZn
Saucelabs - https://bit.ly/3w7kAo1
LambdaTest - https://bit.ly/3C6TBwM
Mock Interviews - https://bit.ly/3QGwwVJ
QnA Friday - https://bit.ly/2NgwGpw
Sunday Special - https://bit.ly/2wB23BO
Learn Jenkins from Scratch Step-by-Step
Hands-On Jenkins Tutorial for Beginners
Building Your First Jenkins Job
—