40 lines
782 B
JSON
40 lines
782 B
JSON
{
|
|
"files": [
|
|
{
|
|
"aql": {
|
|
"items.find": {
|
|
"$and": [
|
|
{
|
|
"@build.name": "${buildname}",
|
|
"@build.number": "${buildnumber}",
|
|
"path": {
|
|
"$match": "org*"
|
|
}
|
|
},
|
|
{
|
|
"$or": [
|
|
{
|
|
"name": {
|
|
"$match": "*.pom"
|
|
}
|
|
},
|
|
{
|
|
"name": {
|
|
"$match": "*.jar"
|
|
}
|
|
},
|
|
{
|
|
"name": {
|
|
"$match": "*.module"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"target": "nexus/"
|
|
}
|
|
]
|
|
}
|