DEV Community

Pramod Dutta
Pramod Dutta

Posted on

How To Create Jenkins Job With Parameter | Jenkins Tutorial Step by Step

In this video, we are going to learn about the parameters in jenkins.

A build parameter allows us to pass data into our Jenkins jobs. Using build parameters, we can pass any data we want: git branch name, secret credentials, hostnames and ports, and so on.
Any Jenkins job or pipeline can be parameterized.

This script given below has the following parameter types.
Choice parameters.
Boolean parameter.
Multi-line string parameter.
String Parameter.

Syntax to Fetch Values -

Windows - %parametername%
*nux/mac - $parametername
${parametername}
"${parametername}"

🟣🟣 LINK To Slide
http://sdet.live/notes

🟣🟣 LINK To the Project
https://github.com/apitestingco/RestA...

jenkinsparameters #jenkins #jenkinstutorial #jenkinsstepbystep

🟢 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

Top comments (0)