diff --git a/Jenkinsfile.yml b/Jenkinsfile.yml index cc35232d6d04..f7b21e1cbdfa 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 3ec79093ca47..3b9c71bf0c31 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