From e69c6a0a73e69ac76ac454c3662d18d4b88cd3f2 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 26 Oct 2020 13:59:08 +0000 Subject: [PATCH] [CI] Enable winlogbeat (#22142) --- Jenkinsfile.yml | 2 +- winlogbeat/Jenkinsfile.yml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Jenkinsfile.yml b/Jenkinsfile.yml index cc35232d6d0..f7b21e1cbdf 100644 --- a/Jenkinsfile.yml +++ b/Jenkinsfile.yml @@ -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" diff --git a/winlogbeat/Jenkinsfile.yml b/winlogbeat/Jenkinsfile.yml index 3ec79093ca4..3b9c71bf0c3 100644 --- a/winlogbeat/Jenkinsfile.yml +++ b/winlogbeat/Jenkinsfile.yml @@ -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