Skip to content

Commit

Permalink
Cherry-pick #17393 to 7.x: Add metricbeat as dependency for au… (#17412)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1a40648)
  • Loading branch information
Steffen Siering authored Apr 7, 2020
1 parent 0d6bc94 commit 557269f
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 557269f

Please sign in to comment.