Try literal?

This commit is contained in:
Jim Nicholson 2024-02-07 22:33:24 -08:00
parent 38997fc803
commit 4ced1dc76c

View File

@ -26,9 +26,9 @@ Map call(Map config = [:]) {
searchAPI: 'service/rest/v1/search',
build_flag: BuildNumFlags.IS_FROM_QUERY,
queryParams: [
'repository': 'tools',
'sort': 'name',
'name': 'tests/test-something*'
repository: 'tools',
sort: 'name',
name: 'tests/test-something*'
]
]
Map runConfig = defaults + config