diff --git a/filebeat/Jenkinsfile.yml b/filebeat/Jenkinsfile.yml index dde1058b01f..fc220b50bb6 100644 --- a/filebeat/Jenkinsfile.yml +++ b/filebeat/Jenkinsfile.yml @@ -74,14 +74,14 @@ stages: - "windows-10" branches: true ## for all the branches tags: true ## for all the tags - windows-7-32: - mage: "mage build unitTest" - platforms: ## override default labels in this specific stage. - - "windows-7-32-bit" - when: ## Override the top-level when. - comments: - - "/test filebeat for windows-7-32" - labels: - - "windows-7-32" - branches: true ## for all the branches - tags: true ## for all the tags + # windows-7-32: See https://github.com/elastic/beats/issues/22315 + # mage: "mage build unitTest" + # platforms: ## override default labels in this specific stage. + # - "windows-7-32-bit" + # when: ## Override the top-level when. + # comments: + # - "/test filebeat for windows-7-32" + # labels: + # - "windows-7-32" + # branches: true ## for all the branches + # tags: true ## for all the tags