diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index f6456d863a..c7350e3be4 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -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() ]), ) } } }