Files
2024-07-17 14:27:57 +01:00

21 lines
386 B
Python

{
"files": [
{
"aql": {
"items.find": {
"$and": [
{
"@build.name": "${buildName}",
"@build.number": "${buildNumber}",
"path": {
"$nmatch": "org/springframework/restdocs/spring-restdocs/*"
}
}
]
}
},
"target": "nexus/"
}
]
}