Hi,
I`m getting a lot of 404 errors and after looking i can see the lastSuccessfulBuild is linking to a build that no longer exists. Can i update the link manually or is there another way to do it?
The permalinks look okay.
Thanks
Hi,
I`m getting a lot of 404 errors and after looking i can see the lastSuccessfulBuild is linking to a build that no longer exists. Can i update the link manually or is there another way to do it?
The permalinks look okay.
Thanks
Afaik the softlinks are not used anymore. So you can safely remove them.
The relevant information that is used by Jenkins should be in the file permalinks
Thanks for the reply. Will this remove these errors?
I don’t know. In that screenshot the link points to lastSuccessfulBuild/testReport
. So it could also be that the problem is with the testReport
and not the lastSuccessfulBuild
As the screenshot shows past errors they will not disappear, but no new ones might be added.
past errors are fine, just dont want new ones being added. The previous screenshot link points to the lastSuccessfulBuild/testReport but looking in the directory the build it refers to is no longer there so the testReport also doesn
t exist.
I`ll try removing these links in one project and see what happens.
Thanks for your help