We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60671dc commit 9c919fbCopy full SHA for 9c919fb
.github/release-files-spec.json
@@ -0,0 +1,28 @@
1
+{
2
+ "files": [
3
+ {
4
+ "aql": {
5
+ "items.find": {
6
+ "$and": [
7
8
+ "@build.name": "${buildname}",
9
+ "@build.number": "${buildnumber}",
10
+ "path": {"$match": "org*"}
11
+ },
12
13
+ "$or": [
14
15
+ "name": {"$match": "*.pom"}
16
17
18
+ "name": {"$match": "*.jar"}
19
+ }
20
+ ]
21
22
23
24
25
+ "target": "nexus/"
26
27
28
+}
0 commit comments