Skip to content

Commit

Permalink
Merge branch 'feature/support-flaky-test-analyser' of github.com:v1v/…
Browse files Browse the repository at this point in the history
…beats into feature/support-flaky-test-analyser

* 'feature/support-flaky-test-analyser' of github.com:v1v/beats:
  [CI] Enable winlogbeat (elastic#22142)
  • Loading branch information
v1v committed Oct 26, 2020
2 parents 5532351 + 32b57a2 commit 2b69e3e
Showing 1 changed file with 11 additions and 11 deletions.
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 2b69e3e

Please sign in to comment.