File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -425,11 +425,13 @@ def triggerE2ETests(String suite) {
425425
426426 def branchName = isPR() ? " ${ env.CHANGE_TARGET} " : " ${ env.JOB_BASE_NAME} .x"
427427 def e2eTestsPipeline = " e2e-tests/e2e-testing-mbp/${ branchName} "
428+ def beatVersion = " ${ env.BEAT_VERSION} -SNAPSHOT"
428429
429430 def parameters = [
430431 booleanParam(name : ' forceSkipGitChecks' , value : true ),
431432 booleanParam(name : ' forceSkipPresubmit' , value : true ),
432433 booleanParam(name : ' notifyOnGreenBuilds' , value : ! isPR()),
434+ booleanParam(name : ' BEAT_VERSION' , value : beatVersion),
433435 booleanParam(name : ' BEATS_USE_CI_SNAPSHOTS' , value : true ),
434436 string(name : ' runTestsSuites' , value : suite),
435437 string(name : ' GITHUB_CHECK_NAME' , value : env. GITHUB_CHECK_E2E_TESTS_NAME ),
Original file line number Diff line number Diff line change @@ -520,6 +520,7 @@ def e2e(Map args = [:]) {
520520 def goVersionForE2E = readFile(' .go-version' ). trim()
521521 withEnv([" GO_VERSION=${ goVersionForE2E} " ,
522522 " BEATS_LOCAL_PATH=${ env.WORKSPACE} /${ env.BASE_DIR} " ,
523+ " BEAT_VERSION=${ env.VERSION} -SNAPSHOT" ,
523524 " LOG_LEVEL=TRACE" ]) {
524525 def status = 0
525526 filebeat(output : dockerLogFile){
You can’t perform that action at this time.
0 commit comments