diff --git a/x-pack/metricbeat/Jenkinsfile.yml b/x-pack/metricbeat/Jenkinsfile.yml index 77ac7351b110..928c9a86ec4d 100644 --- a/x-pack/metricbeat/Jenkinsfile.yml +++ b/x-pack/metricbeat/Jenkinsfile.yml @@ -42,7 +42,7 @@ stages: withAWS: true ## Enable the tests to run in AWS withModule: true ## run the ITs only if the changeset affects a specific module. dirs: ## run the cloud tests for the given modules. - - "x-pack/metricbeat/module/aws" + - "x-pack/metricbeat/module/aws/" when: ## Override the top-level when. changeset: ## when PR contains any of those entries in the changeset - "^x-pack/metricbeat/module/aws/.*"