Try literal?
This commit is contained in:
parent
38997fc803
commit
4ced1dc76c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user