Completed
Simplify parameter overriding feature in jenkins plugin
Hi,
The current approach to specify the dataset overriding requires the DevOps engineer to specify each test case and each dataset as shown below:
dataSetSelections:
[
[
name: "nhlbi_devops",
testCase: "LDAP_regression_test_v4",
overriddenDataSets: [
[
name: "ldap_v4_ws_test",
fields: [
[
name: "url",
value: "https://ldap-ws.xxx.xxx.nhlbi.nih.gov"
]
]
]
]
]
]
If an execution set has 50 test cases then it would not be practical to specify each test case and each dataset.
We would like to have a way to do a global find and replace of fields items for all datasets associated with an execution set.
executionSetConfigurations: [
[
name: "LDAP_WS",
projectName: "Common",
pool: "win10",
rotation: 1,
browserTypes: [
"CHROME",
],
overrideAllDataSetfields: [
[
name: "url",
value: "https://ldap-wsxxx.xxx.nhlbi.nih.gov/v4"
]
]
],
]
This is a blocking issue for nhlbi DevOps team. We would appreciate if we get a quick turnaround to have this feature available in jenkins plugin.
Thanks,
Kumar Sourabh
2 comments
Sort by
Date
Votes
Please sign in to leave a comment.