[CI] Renamed spec files to clarify its usage

This commit is contained in:
Chris Bono
2023-10-18 23:31:39 -05:00
parent 453d5c1894
commit 697702f6da
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
{
"files": [
{
"aql": {
"items.find": {
"$and": [
{
"@build.name": "${buildname}",
"@build.number": "${buildnumber}",
"path": {"$match": "org*"}
},
{
"$or": [
{
"name": {"$match": "*.pom"}
},
{
"name": {"$match": "*.jar"}
}
]
}
]
}
},
"target": "nexus/"
}
]
}