You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16-1
Original file line number
Diff line number
Diff line change
@@ -84,4 +84,19 @@ your dev environment to build Beats from the source.
84
84
85
85
## Snapshots
86
86
87
-
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.
87
+
For testing purposes, we generate snapshot builds that you can find [here](https://beats-ci.elastic.co/job/Beats/job/packaging/job/master/lastSuccessfulBuild/gcsObjects/). Please be aware that these are built on top of master and are not meant for production.
88
+
89
+
## CI
90
+
91
+
It is possible to trigger some jobs by putting a comment on a GitHub PR.
92
+
(This service is only available for users affiliated with Elastic and not for open-source contributors.)
93
+
94
+
*[beats][]
95
+
*`jenkins run the tests please` or `jenkins run tests` or `/test` will kick off a default build.
96
+
*`/test macos` will kick off a default build with also the `macos` stages.
0 commit comments