Skip to content

Commit ed4da37

Browse files
joheecl-trotta
authored andcommitted
Publish javadoc with publish to s3 service pipeline
1 parent 2a96366 commit ed4da37

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.buildkite/release_central.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ steps:
77
command: ".ci/release_central.sh"
88
artifact_paths:
99
- ".ci/output/repository/**/*"
10+
- "signed-artifacts"
11+
- wait: ~
12+
- label: "Publish S3 Artifacts :s3:"
13+
trigger: unified-release-publish-s3-artifacts
14+
key: publish-s3-service
15+
build:
16+
env:
17+
DESTINATION_PATH: "s3://artifacts.elastic.co/javadoc/co/elastic/clients/elasticsearch-java/"
18+
EXTRACT_ARTIFACT: "elasticsearch-java-${VERSION}-javadoc.jar"
19+
DRY_RUN: "true"
1020

1121
#notify:
1222
# - slack: "#devtools-notify"

docs/reference/javadoc-source-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ mapped_pages:
55

66
# Javadoc and source code [java-client-javadoc]
77

8+
TODO: Update to one with prefix of artifacts.elastic.co
89
The Javadoc for the Java API Client is available at [https://javadoc.io/doc/co.elastic.clients/elasticsearch-java/](https://javadoc.io/doc/co.elastic.clients/elasticsearch-java/latest/index.html).
910

1011
The source code is at [https://github.com/elastic/elasticsearch-java/](https://github.com/elastic/elasticsearch-java/) and is licensed under the Apache 2.0 License.

0 commit comments

Comments
 (0)