Jenkins Tutorial #7 – How to Parameterize Browser and URL in Jenkins

In this Jenkins tutorial, we will learn how to parameterize browser and url in Jenkins. Whenever we want to execute test automation scripts in different browser, we need to update the browser where we want to run the scripts. In Jenkins we can easily use parameters to choose browser and test url while executing our automation tests.

This tutorial is suitable for anyone who wants to learn Jenkins from very basic till advanced. I will start from Jenkins basics for absolute beginners and slowly move to advanced concepts so its easy for anyone to follow and learn Jenkins.

Jenkins Tutorial #5 – How to Parameterize Jenkins Job

In this Jenkins tutorial, we will learn how to parameterize Jenkins job. Jenkins job parameters lets us to pass the data into your Jenkins job. There are many parameter types supported by Jenkins. Some of the common ones are: String, Choice, Password, File, Multi-line, Run, Credentials.

This tutorial is suitable for anyone who wants to learn Jenkins from very basic till advanced. I will start from Jenkins basics for absolute beginners and slowly move to advanced concepts so its easy for anyone to follow and learn Jenkins.