Skip to content

Commit 8d18f88

Browse files
mdelapenyajsoriano
andauthored
fix: proper param type
Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
1 parent 1e5b141 commit 8d18f88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/packaging.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def triggerE2ETests(String suite) {
435435
booleanParam(name: 'forceSkipGitChecks', value: true),
436436
booleanParam(name: 'forceSkipPresubmit', value: true),
437437
booleanParam(name: 'notifyOnGreenBuilds', value: !isPR()),
438-
booleanParam(name: 'BEAT_VERSION', value: beatVersion),
438+
string(name: 'BEAT_VERSION', value: beatVersion),
439439
booleanParam(name: 'BEATS_USE_CI_SNAPSHOTS', value: true),
440440
string(name: 'runTestsSuites', value: suite),
441441
string(name: 'GITHUB_CHECK_NAME', value: env.GITHUB_CHECK_E2E_TESTS_NAME),

0 commit comments

Comments
 (0)