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

0
2 comments
Avatar
Joseph Hamdan

Hi Kumar,

Thank you for your post, we got it and we will get back to you soon.

Regards,

Subject7 Team

0
Comment actions Permalink
Avatar
Joseph Hamdan

Hi Kumar,

We have carefully examined your request and we are preparing the request to be released as soon as this weekend.
Regards,
Subject7 Team
 
0
Comment actions Permalink

Please sign in to leave a comment.