File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ LABEL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_LABEL:-$BUILDKITE_LABEL}
7
7
ROOT=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_ROOT:- $(pwd)}
8
8
SHA=$BUILDKITE_COMMIT
9
9
TOKEN=$BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_TOKEN
10
+ URL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_URL:- https:// www.check-run-reporter.com/ api/ v1/ submissions}
10
11
11
- CMD=' curl -v https://www.check-run-reporter.com/api/v1/submissions '
12
+ CMD=" curl -v $URL "
12
13
CMD=" $CMD --user token:'$TOKEN '"
13
14
CMD=" $CMD -F label'=$LABEL '"
14
15
CMD=" $CMD -F root='$ROOT '"
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ configuration:
14
14
type : string
15
15
token :
16
16
type : string
17
+ url :
18
+ type : string
17
19
additionalProperties : false
18
20
required :
19
21
- report
You can’t perform that action at this time.
0 commit comments