Add missing spec file
This commit is contained in:
28
.github/release-files-spec.json
vendored
Normal file
28
.github/release-files-spec.json
vendored
Normal 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/"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user