Jenkins: allure: data from other jobs come to Allure-report (data/test-cases folder have results from other jobs) #1820
Replies: 1 comment
-
SOLVED check that in framework or in your test u don't have old allure result folder |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Jenkins - Allure report: Allure plugin version: 2.30.3 (last version)
Allure Commandline: 2.17.3
Problem is: Jenkins: allure: data from other jobs come to Allure-report (data/test-cases folder have results from other jobs)
I have several jobs (separate jobs) where I use allure. For now if I run any separate job I can receive in my report additional data from other jobs. if I check workspace: project folder: allure-report/data/test-cases - I see all results (not only from my actual job)
Any idea how to fix it? locally I run test and can run additional command: allure generate allureresult --clean
But how to do it in Jenkins using allure plugin
Beta Was this translation helpful? Give feedback.
All reactions