allure-framework / allure-teamcity

Teamcity CI plugin allowing to generate Allure Report as build artifact
https://qameta.io/allure-report
Apache License 2.0
37 stars 29 forks source link

The AllureReport section "Executors" is not formed if buildOrder contains dots #111

Closed dkrut closed 1 year ago

dkrut commented 2 years ago

Build_Number have dots, so in AllureReport empty section "Executors". image

Environment:

Allure version 2.17.2
Test framework junit5@5.8.2
Allure adaptor allure-junit5@2.17.2
Generate report using allure-teamcity@2.11.0
TeamCity Professional@2021.2.2

Example:

part of teamcity build log(publish allure report step):

[01:42:06]  [Step 12/15] Program environment variables: {BUILD_NUMBER=5.1.1}

and we got executors.json:

{
  "name": "TeamCity",
  "type": "teamcity",
  "buildName": "AutoTests / test # 5.1.1",
  "buildOrder": "5.1.1"
}

when AllureReport generated, there is no information about tests executors

dkrut commented 2 years ago

It seems problem not in allure-teamcity. I created an issue to Allure Report.