diff --git a/Jenkinsfile b/Jenkinsfile index c9f35640319d..522c452d5dea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1166,7 +1166,7 @@ def loadConfigEnvVars(){ // Speed up the CI by running only if the changeset affects a specific module. // TODO: exclude should be only skip the Jenkinsfile - env.MODULE = getBeatsModule(pattern: '[a-z0-9]+beat\\module\\([^\\/]+)\\/.*', exclude: '(.*\\.(asciidoc|png)|Jenkinsfile)') + env.MODULE = getBeatsModule(pattern: '[a-z0-9]+beat\\/module\\/([^\\/]+)\\/.*', exclude: '(.*\\.(asciidoc|png)|Jenkinsfile)') } /**