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)