Quick Tip: passing parameters from Jenkins to Maven

2015-01-15 1 min read Quick Tips
I saw bits and pieces of information all over the internet about parameters and properties and command-line arguments, but what I was looking for I didn’t find: a simple, straightforward explanation of how to use a Paramaterized Build in Jenkins to pass arguments through to the jUnit tests that run the functional tests that I’ve built on Webdriver. So: here it is! Step 1: Command-line via Maven to jUnit Use the System. Continue reading