Hi forrest79,
I believe this issue has also been fixed a few releases ago, while fixing security problems with attachments and also with test results URLs.
I've tried with the following scenario:
1. Download report.tap to ~/Downloads
2. Created a job with the following shell build step:
cp /home/kinow/Downloads/report.tap .
touch report.tap
3. Added a post build step for TAP, that included the report.tap
I can successfully open the attachment.
One thing I noticed is that there is another URL that is 404 for me now, because it's using the artifact URL, but since files are not always archived, it would be better to point to the workspace (which could have been removed, but that's OK).
Hi forrest79,
I believe this issue has also been fixed a few releases ago, while fixing security problems with attachments and also with test results URLs.
I've tried with the following scenario:
1. Download report.tap to ~/Downloads
2. Created a job with the following shell build step:
3. Added a post build step for TAP, that included the report.tap
I can successfully open the attachment.
One thing I noticed is that there is another URL that is 404 for me now, because it's using the artifact URL, but since files are not always archived, it would be better to point to the workspace (which could have been removed, but that's OK).