Files
spring-integration/.github/release-files-spec.json
2023-10-09 16:05:25 -04:00

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/"
}
]
}