21 lines
396 B
Python
21 lines
396 B
Python
{
|
|
"files": [
|
|
{
|
|
"aql": {
|
|
"items.find": {
|
|
"$and": [
|
|
{
|
|
"@build.name": "${buildName}",
|
|
"@build.number": "${buildNumber}",
|
|
"path": {
|
|
"$match": "org/springframework/boot/spring-boot-gradle-plugin/*"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"target": "repository/"
|
|
}
|
|
]
|
|
}
|