Skip to content

Commit

Permalink
[CI] Enable winlogbeat (elastic#22142)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 26, 2020
1 parent 38651ce commit e69c6a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ projects:
- "libbeat"
- "metricbeat"
- "packetbeat"
##- "winlogbeat" See https://github.com/elastic/beats/issues/22046
- "winlogbeat"
- "x-pack/auditbeat"
- "x-pack/dockerlogbeat"
- "x-pack/elastic-agent"
Expand Down
22 changes: 11 additions & 11 deletions winlogbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ stages:
- "windows-2012"
branches: true ## for all the branches
tags: true ## for all the tags
windows-10:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-10"
when: ## Override the top-level when.
comments:
- "/test winlogbeat for windows-10"
labels:
- "windows-10"
branches: true ## for all the branches
tags: true ## for all the tags
# windows-10: See https://github.com/elastic/beats/issues/22046
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-10"
# when: ## Override the top-level when.
# comments:
# - "/test winlogbeat for windows-10"
# labels:
# - "windows-10"
# branches: true ## for all the branches
# tags: true ## for all the tags

0 comments on commit e69c6a0

Please sign in to comment.