Skip to content

Instantly share code, notes, and snippets.

@rnemeth1980
Created August 14, 2019 13:49
Show Gist options
  • Select an option

  • Save rnemeth1980/9c66bc96046086253c79275e88aef5d2 to your computer and use it in GitHub Desktop.

Select an option

Save rnemeth1980/9c66bc96046086253c79275e88aef5d2 to your computer and use it in GitHub Desktop.
Allure gradle build log showing error
Task ':allureReport' is not up-to-date because:
Input property 'resultsDirs' file /home/abc/build/allure-results has been added.
Input property 'resultsDirs' file /home/abc/build/allure-results/21bd360d-e736-4935-b900-57bb1eb63291-result.json has been added.
Input property 'resultsDirs' file /home/abc/build/allure-results/49314d19-acee-484f-af90-67832ab24e82-result.json has been added.
Starting process 'command '/home/abc/.allure/allure-2.7.0/bin/allure''. Working directory: /home/abc Command: /home/abc/.allure/allure-2.7.0/bin/allure generate /home/abc/build/allure-results -o /home/abc/build/reports/build/allure-results --clean
Successfully started process 'command '/home/abc/.allure/allure-2.7.0/bin/allure''
Report successfully generated to /home/abc/build/reports/build/allure-results
:allureReport (Thread[Daemon worker,5,main]) completed. Took 7.998 secs.
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':remoteChromeK8sTest'.
> Cannot write to file '/home/abc/build/allure-results' specified for property '$1' as it is a directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment