Skip to content

Commit a48dca1

Browse files
mdelapenyamergify-bot
authored andcommitted
fix: use the right param type (#26469)
Jenkins, as expected, is honouring the param type used in the caller, but not honouring the type in the triggered pipeline. This issue has historical rationale, as the parameters are created dynamically (cherry picked from commit f429a82) # Conflicts: # .ci/packaging.groovy
1 parent 12716da commit a48dca1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.ci/packaging.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,10 @@ def triggerE2ETests(String suite) {
434434
booleanParam(name: 'forceSkipGitChecks', value: true),
435435
booleanParam(name: 'forceSkipPresubmit', value: true),
436436
booleanParam(name: 'notifyOnGreenBuilds', value: !isPR()),
437+
<<<<<<< HEAD
438+
=======
439+
string(name: 'BEAT_VERSION', value: beatVersion),
440+
>>>>>>> f429a82b9 (fix: use the right param type (#26469))
437441
booleanParam(name: 'BEATS_USE_CI_SNAPSHOTS', value: true),
438442
string(name: 'runTestsSuites', value: suite),
439443
string(name: 'GITHUB_CHECK_NAME', value: env.GITHUB_CHECK_E2E_TESTS_NAME),

0 commit comments

Comments
 (0)