Skip to content

Commit 464c48b

Browse files
eyalbe4eyalbe4
eyalbe4
authored and
eyalbe4
committed
BI-419 - Allow to extract supported formats using file specs
1 parent 7fc0be2 commit 464c48b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export BITESTS_ARTIFACTORY_USERNAME=admin
1414
export BITESTS_ARTIFACTORY_PASSWORD=password
1515
export BITESTS_ARTIFACTORY_REPO=tests
1616
```
17+
Before running the tests, please make sure you have a generic repository named *tests* in Artifactory.
18+
1719
To build the code using the gradle wrapper in Unix run:
1820
```
1921
> ./gradlew clean build
@@ -26,7 +28,7 @@ To build the code using the environment gradle run:
2628
```
2729
> gradle clean build
2830
```
29-
To build the code without tests, add to the "clean build" command the flag "-x test", for example:
31+
To build the code without running the tests, add to the "clean build" command the "-x test" option, for example:
3032
```
3133
> ./gradlew clean build -x test
3234
```

Diff for: build-info-extractor/src/test/resources/specs/integrationTestSpecs/downloadTest-specDownloadExplode.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"explode": "true",
55
"aql": {
66
"items.find": {
7-
"repo": "tests",
7+
"repo": "${REPO}",
88
"@*": {
99
"$nmatch": "*"
1010
},

Diff for: build-info-extractor/src/test/resources/specs/integrationTestSpecs/uploadTest-downloadSpec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"aql": {
55
"items.find": {
6-
"repo": "tests",
6+
"repo": "${REPO}",
77
"@*": {"$nmatch" : "*"},
88
"$or": [{
99
"$and": [{

0 commit comments

Comments
 (0)