Skip to content

Commit bb663a9

Browse files
committed
Allow GitHub plugin job to publish jar artifacts
The GitHub plugin CI template ignored the extra-artifacts argument, so only the JSON metadata file was archived. As a result, github.jar and github-oauth.jar were built but not exposed as artifacts by CI. Change-Id: Ife7ac8b29b300a3b9f224d43a57ff3e7bb37830e
1 parent d1d5027 commit bb663a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jenkins/gerrit-bazel-plugin-gh-template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
publishers:
5353
- archive:
5454
artifacts: >
55-
bazel-bin/plugins/{name}/{name}.jar*,bazel-bin/plugins/{name}/{name}.json
55+
bazel-bin/plugins/{name}/{name}.jar*,bazel-bin/plugins/{name}/{name}.json,
56+
{extra-artifacts}
5657
follow-symlinks: true
5758

5859
- job-template:

0 commit comments

Comments
 (0)