DEV Community

Pramod Dutta
Pramod Dutta

Posted on

2

How to Create Jenkins Pipeline Project for Selenium Java Maven project(Beginners)

In this video, we are going to learn about the jenkins pipeline for java project with maven and Selenium. Jenkins pipeline is very important
concept that you as QA / Dev should learn.

This is LIVE DEMO where we will be running our Selenium Maven Java(git) Project with Jenkins pipeline.

๐ŸŸฃ๐ŸŸฃWhat is Jenkins pipeline?
Jenkins Pipeline (or simply "Pipeline" with a capital "P") is a suite of plugins which supports implementing and integrating continuous delivery pipelines into Jenkins.
The definition of a Jenkins Pipeline is written into a text file (called a Jenkinsfile) which in turn can be committed to a projectโ€™s source control repository

A Pipeline is a user-defined model of a CD pipeline

๐ŸŸฃ๐ŸŸฃ LINK To Slide
http://sdet.live/notes

๐ŸŸฃ๐ŸŸฃ LINK To the Project
http://sdet.live/notes

๐ŸŸฃ๐ŸŸฃ Link to Jenkins pipeline Syntax generator
https://www.jenkins.io/doc/book/pipel...

jenkinspipeline #jenkins #jenkinstutorial #jenkinspipelinmaven

๐ŸŸข 30 Days of Automation Testing
https://go.scrolltest.com/automation

๐ŸŸข 30 Days of API Testing
https://apitesting.co/30days

๐ŸŸข 30 Days of Rest Assured
https://go.scrolltest.com/30days-rest...

๐ŸŸฃ๐ŸŸฃ Download Slides and Notes - http://sdet.live/notes

๐ŸŸฃ๐ŸŸฃ My Resume Template - http://sdet.live/notes

โœ… API Testing โ€“
https://www.learnapitesting.com

โœ… Cypress Tutorial with LIVE Projects โ€“
http://cypresstutorial.com

๐Ÿ”— Join the Facebook Group - http://scrolltest.com/fb

๐Ÿ”— Learn API Testing(with Postman) - https://learnapitesting.com/

๐Ÿ”— Rest API Testing with Python - http://masterapitesting.com/

๐Ÿ”— E2E Frontend Testing with Cypress - http://cypresstutorial.com/

๐Ÿ”— Join Our Automation Newsletter - http://scrolltest.com/tta

๐Ÿ”— Master API Testing Bundle - https://apitesting.co/bundle

๐Ÿ”— Rest Assured MasterClass- https://apitesting.co/enroll

โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series ๐Ÿ“บ

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series ๐Ÿ‘€

Watch the Youtube series

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay