DEV Community

Pramod Dutta
Pramod Dutta

Posted on

3

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

Sentry image

See why 4M developers consider Sentry, โ€œnot bad.โ€

Fixing code doesnโ€™t have to be the worst part of your day. Learn how Sentry can help.

Learn more

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