Skip to content

Commit

Permalink
[CI] enable windows-2016 for filebeats
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 13, 2020
1 parent 220de67 commit b400424
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion filebeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,14 @@ stages:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2019"
#- "windows-2016" https://github.com/elastic/beats/issues/19641
windows-2016:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2016"
when: ## Override the top-level when.
comments:
- "/test filebeat for windows-2016"
labels:
- "windows-2016"
branches: true ## for all the branches
tags: true ## for all the tags

0 comments on commit b400424

Please sign in to comment.