-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(release): use new set of credentials for GPG and Maven Central (#222)
- Loading branch information
Showing
2 changed files
with
37 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Buildkite | ||
This README overviews the Buildkite pipelines that automate the build and publishing processes. | ||
|
||
## Release pipeline | ||
|
||
The Buildkite pipeline for the ECS Logging Java is responsible for the releases. | ||
|
||
### Pipeline Configuration | ||
|
||
To view the pipeline and its configuration, click [here](https://buildkite.com/elastic/ecs-logging-java-release) or | ||
go to the definition in the `elastic/ci` repository. | ||
|
||
### Credentials | ||
|
||
The release team provides the credentials required to publish the artifacts in Maven Central and sign them | ||
with the GPG. | ||
|
||
If further details are needed, please go to [pre-command](hooks/pre-command). | ||
|
||
## Snapshot pipeline | ||
|
||
The Buildkite pipeline for the APM Agent Java is responsible for the snapshots. | ||
|
||
### Pipeline Configuration | ||
|
||
To view the pipeline and its configuration, click [here](https://buildkite.com/elastic/ecs-logging-java-snapshot) or | ||
go to the definition in the `elastic/ci` repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters