chore: try to use filename as a test run name
This commit is contained in:
parent
066c174600
commit
b76f55655e
|
@ -65,7 +65,7 @@ pipeline {
|
||||||
job: 'status-desktop/systems/linux/x86_64/tests-e2e-new',
|
job: 'status-desktop/systems/linux/x86_64/tests-e2e-new',
|
||||||
parameters: jenkins.mapToParams([
|
parameters: jenkins.mapToParams([
|
||||||
BUILD_SOURCE: linux_x86_64.fullProjectName,
|
BUILD_SOURCE: linux_x86_64.fullProjectName,
|
||||||
TESTRAIL_RUN_NAME: "Nightly regression"
|
TESTRAIL_RUN_NAME: utils.pkgFilename()
|
||||||
]),
|
]),
|
||||||
)
|
)
|
||||||
} } }
|
} } }
|
||||||
|
|
Loading…
Reference in New Issue