chore: try to use filename as a test run name

This commit is contained in:
Anastasiya Semenkevich 2023-11-22 12:31:45 +03:00 committed by Anastasiya
parent 066c174600
commit b76f55655e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ pipeline {
job: 'status-desktop/systems/linux/x86_64/tests-e2e-new',
parameters: jenkins.mapToParams([
BUILD_SOURCE: linux_x86_64.fullProjectName,
TESTRAIL_RUN_NAME: "Nightly regression"
TESTRAIL_RUN_NAME: utils.pkgFilename()
]),
)
} } }