Skip to content

Commit

Permalink
Add metricbeat as dependency for auditbeat to Pipeline check (elastic…
Browse files Browse the repository at this point in the history
…#17393)

(cherry picked from commit 1a40648)
  • Loading branch information
Steffen Siering committed Apr 1, 2020
1 parent a83ff8c commit 6eed5b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -810,8 +810,12 @@ def isChangedXPackCode(patterns) {
}

def loadConfigEnvVars(){
env.BUILD_AUDITBEAT = isChanged(["^auditbeat/.*"])
env.BUILD_AUDITBEAT = isChanged([
"^metricbeat/.*",
"^auditbeat/.*",
])
env.BUILD_AUDITBEAT_XPACK = isChangedXPackCode([
"^metricbeat/.*",
"^auditbeat/.*",
"^x-pack/auditbeat/.*",
])
Expand Down

0 comments on commit 6eed5b3

Please sign in to comment.