Skip to content

Commit

Permalink
[ci] fix env variable name for xpack filebeats (elastic#19617)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jul 3, 2020
1 parent 07887b1 commit 857afd7
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 857afd7

Please sign in to comment.