We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9139662 commit 4795a8cCopy full SHA for 4795a8c
catalog-info.yaml
@@ -28,6 +28,9 @@ spec:
28
spec:
29
repository: elastic/elasticsearch-js
30
pipeline_file: .buildkite/pipeline.yml
31
+ env:
32
+ ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
33
+ SLACK_NOTIFICATIONS_CHANNEL: "#devtools-notify-javascript"
34
teams:
35
devtools-team:
36
access_level: MANAGE_BUILD_AND_READ
@@ -45,6 +48,9 @@ spec:
45
48
8_x:
46
49
branch: "8.x"
47
50
cronline: "@daily"
- 8_14:
- branch: "8.16"
51
+ 8_17:
52
+ branch: "8.17"
53
+ cronline: "@daily"
54
+ 8_18:
55
+ branch: "8.18"
56
0 commit comments