👾 Description of the issue
This issue is to remove the RUNTIME_NAME parameter from JenkinsfileBase file as it is currently unused and generates unwanted warnings during a test run in Jenkins.
example:
2020-06-25 02:48:40.350+0000 [id=3429187] WARNING hudson.model.ParametersAction#filter: Skipped parameter `RUNTIME_NAME` as it is undefined on `Test_openjdk11_j9_sanity.external_x86-64_linux_tomcat`. Set `-Dhudson.model.ParametersAction.keepUndefinedParameters=true` to allow undefined parameters to be injected as environment variables or `-Dhudson.model.ParametersAction.safeParameters=[comma-separated list]` to whitelist specific parameter names, even though it represents a security breach or `-Dhudson.model.ParametersAction.keepUndefinedParameters=false` to no longer show this message.
Once it is removed, the change can be tested by running a Grinder job that runs with PARALLEL=Dynamic. The person reviewing this fix can trigger a Grinder job in Jenkins to verify.
📋 Step by Step
To solve this issue and contribute a fix you should check the following step-by-step list. A more detailed documentation of the workflow can be found here.
🤔❓ Questions
If you have any questions just ask us directly in this issue by adding a comment. You can join our community chat at Slack. Next to this you can find a general manual about open source contributions here.
The RUNTIME_NAME parameter was introduced to trigger the same Jenkins job multiple times (in iterations). Since our code is updated to trigger jobs with a suffix, I think RUNTIME_NAME can be removed.
Hi! I am an Outreachy applicant and would like to contribute to this issue.
Please review the change and let me know if anything else is required @ShelleyLambert