allure-framework / allure2

Allure Report is a flexible, lightweight multi-language test reporting tool. It provides clear graphical reports and allows everyone involved in the development process to extract the maximum of information from the everyday testing process
https://allurereport.org/
Apache License 2.0
4.18k stars 709 forks source link

Required property not found: ALLURE_JIRA_ENDPOINT #1115

Open kwako11 opened 4 years ago

kwako11 commented 4 years ago

We are using Allure Bamboo plugin: allure-2.13.5 (same issue was on allure-2.13.3) and JIRA Allure plugin.

To Reproduce Steps to reproduce the behavior:

  1. Run test via maven command in Bamboo (JUNIT 4)
  2. Allure report tab
  3. Allure report was not generated
  4. See error: Caused by: org.buildobjects.process.ExternalProcessFailureException: External process '/bin/bash /usr/local/allure-2.13.5/bin/binary/bin/allure generate -o /data/bamboo/current/temp/1595937362497-1/report /data/bamboo/current/temp/1595937362497-0/e08cd4b1-39c6-432d-86d7-d8db9fd46a29 /data/bamboo/current/temp/1595937362497-0/9de27bc0-c5f3-4d8f-b8c2-7f5cde67f38b' returned 1 after 1810ms Exception in thread "main" io.qameta.allure.exception.PropertyNotFoundException: Required property not found: ALLURE_JIRA_ENDPOINT

If we deleted 2.13.5\allure-2.13.5\plugins\jira-plugin from Bamboo, the report was generated.

Variables for Jira are set in Bamboo.

Expected behavior Report is generated

pkievit86 commented 3 years ago

Hi, do you know the answer to my question?

https://github.com/allure-framework/allure2/issues/1185