Skip to content

Commit 97d7324

Browse files
authored
[CI] Enable winlogbeat (#22142)
1 parent a561933 commit 97d7324

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Jenkinsfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ projects:
88
- "libbeat"
99
- "metricbeat"
1010
- "packetbeat"
11-
##- "winlogbeat" See https://github.com/elastic/beats/issues/22046
11+
- "winlogbeat"
1212
- "x-pack/auditbeat"
1313
- "x-pack/dockerlogbeat"
1414
- "x-pack/elastic-agent"

winlogbeat/Jenkinsfile.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ stages:
4141
- "windows-2012"
4242
branches: true ## for all the branches
4343
tags: true ## for all the tags
44-
windows-10:
45-
mage: "mage build unitTest"
46-
platforms: ## override default labels in this specific stage.
47-
- "windows-10"
48-
when: ## Override the top-level when.
49-
comments:
50-
- "/test winlogbeat for windows-10"
51-
labels:
52-
- "windows-10"
53-
branches: true ## for all the branches
54-
tags: true ## for all the tags
44+
# windows-10: See https://github.com/elastic/beats/issues/22046
45+
# mage: "mage build unitTest"
46+
# platforms: ## override default labels in this specific stage.
47+
# - "windows-10"
48+
# when: ## Override the top-level when.
49+
# comments:
50+
# - "/test winlogbeat for windows-10"
51+
# labels:
52+
# - "windows-10"
53+
# branches: true ## for all the branches
54+
# tags: true ## for all the tags

0 commit comments

Comments
 (0)