Skip to content

Commit

Permalink
Cherry-pick #19617 to 7.8: [ci] fix env variable name for xpack fileb…
Browse files Browse the repository at this point in the history
…eats (#19640)
  • Loading branch information
v1v committed Jul 6, 2020
1 parent 0f2144a commit 4e06e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pipeline {
when {
beforeAgent true
expression {
return env.BUILD_XPACK_FILEBEAT != "false" && params.macosTest
return env.BUILD_FILEBEAT_XPACK != "false" && params.macosTest
}
}
steps {
Expand Down

0 comments on commit 4e06e73

Please sign in to comment.