19 lines
349 B
JSON
19 lines
349 B
JSON
{
|
|
"files": [
|
|
{
|
|
"aql": {
|
|
"items.find": {
|
|
"$and": [
|
|
{
|
|
"@build.name": "${buildname}",
|
|
"@build.number": "${buildnumber}",
|
|
"path": { "$match": "org/springframework/shell/spring-shell-*" }
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"target": "nexus/"
|
|
}
|
|
]
|
|
}
|