Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Configuring the Jenkins Global properties through powershell

Options
erockall
erockall Posts: 1

I want to run automated selenium tests on different browsers and would like to pass the browser through as a parameter in my PowerShell script that triggers the tests to run.

The browser is currently determined by the value of my 'Browser' variable in the global properties in Jenkins.

Is there a way to assign the value from my PowerShell script to the 'Browser' global property value in Jenkins?