We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5b141 commit 8d18f88Copy full SHA for 8d18f88
1 file changed
.ci/packaging.groovy
@@ -435,7 +435,7 @@ def triggerE2ETests(String suite) {
435
booleanParam(name: 'forceSkipGitChecks', value: true),
436
booleanParam(name: 'forceSkipPresubmit', value: true),
437
booleanParam(name: 'notifyOnGreenBuilds', value: !isPR()),
438
- booleanParam(name: 'BEAT_VERSION', value: beatVersion),
+ string(name: 'BEAT_VERSION', value: beatVersion),
439
booleanParam(name: 'BEATS_USE_CI_SNAPSHOTS', value: true),
440
string(name: 'runTestsSuites', value: suite),
441
string(name: 'GITHUB_CHECK_NAME', value: env.GITHUB_CHECK_E2E_TESTS_NAME),
0 commit comments