Skip to content

Commit

Permalink
Cherry-pick elastic#19617 to 7.8: [ci] fix env variable name for xpac…
Browse files Browse the repository at this point in the history
…k filebeats (elastic#19640)
  • Loading branch information
v1v authored Jul 6, 2020
1 parent da3007a commit f5a1ea4
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 f5a1ea4

Please sign in to comment.