Skip to content

Commit

Permalink
docs: update README with GitOps commands (elastic#15928)
Browse files Browse the repository at this point in the history
* ci: apm-beats-update disable notifications temporarily

* docs: update README with GitOps commands

* Apply suggestions from code review

Co-Authored-By: cachedout <mike.place@elastic.co>

Co-authored-by: cachedout <mike.place@elastic.co>
  • Loading branch information
kuisathaverat and cachedout authored Jan 29, 2020
1 parent cce3ff4 commit 83cf894
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,18 @@ your dev environment to build Beats from the source.
## Snapshots

For testing purposes, we generate snapshot builds that you can find [here](https://beats-ci.elastic.co/job/elastic+beats+master+multijob-package-linux/lastSuccessfulBuild/gcsObjects/). Please be aware that these are built on top of master and are not meant for production.

## CI

It is possible to trigger some jobs by putting a comment on a GitHub PR.
(This service is only available for users affiliated with Elastic and not for open-source contributors.)

* [beats][]
* `jenkins run the tests please`
* `jenkins run tests`
* [apm-beats-update][]
* `/run apm-beats-update`


[beats]: https://beats-ci.elastic.co/job/Beats/job/beats-beats-mbp/
[apm-beats-update]: https://beats-ci.elastic.co/job/Beats/job/apm-beats-update/

0 comments on commit 83cf894

Please sign in to comment.