-
Bug
-
Resolution: Unresolved
-
Minor
-
None
SafeArchiveServingRunAction's `rootDir` is an absolute path to the report root.
If JENKINS_HOME is relocated under a different path, the reports stop working.
"Cucumber reports" action leads to 404 because report files cannot be found.
The expected behaviour is that reports work even after the relocation of `JENKINS_HOME`
[JENKINS-62357] SafeArchiveServingRunAction saves absolute path to report rootDir which can cause a break upon relocation of JENKINS_HOME
Description |
Original:
SafeArchiveServingRunAction's `rootDir` is an absolute path to the report root. If JENKINS_HOME is relocated under a different path, the reports stop working. "Cucumber reports" action leads to 404 because report files cannot be found. Expected behaviour is that reports work even after relocation of `JENKINS_HOME` |
New:
SafeArchiveServingRunAction's `rootDir` is an absolute path to the report root. If JENKINS_HOME is relocated under a different path, the reports stop working. "Cucumber reports" action leads to 404 because report files cannot be found. The expected behaviour is that reports work even after the relocation of `JENKINS_HOME` |
Issue Type | Original: Task [ 3 ] | New: Bug [ 1 ] |