Skip to content

Commit 5d4b600

Browse files
committed
Publish javadoc with publish to s3 service pipeline
1 parent fc2acb3 commit 5d4b600

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.buildkite/release_central.yml

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

1119
#notify:
1220
# - 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)