Skip to content

Commit

Permalink
fix: use proper param name for e2e tests (elastic#22836)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored and jsoriano committed Dec 15, 2020
1 parent ae19d69 commit a08e0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def triggerE2ETests(String suite) {
]
if (isPR()) {
def version = "pr-${env.CHANGE_ID}"
parameters.push(booleanParam(name: 'USE_CI_SNAPSHOTS', value: true))
parameters.push(booleanParam(name: 'ELASTIC_AGENT_USE_CI_SNAPSHOTS', value: true))
parameters.push(string(name: 'ELASTIC_AGENT_VERSION', value: "${version}"))
parameters.push(string(name: 'METRICBEAT_VERSION', value: "${version}"))
}
Expand Down

0 comments on commit a08e0ee

Please sign in to comment.