-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
Latest build 1.500, installed on Mac OS X 10.8.2
When using ant build step, artifact links in build properties are broken.
Steps:
- run a job with an ant build step & archiving artifact post-build step
- after build succeeds - go to build properties page: http://<jenkins-url>/job/<job-name>/<build-number>/
- find link to the archived artifact on this page and click it
- 404 File Not Found is displayed
Reason for 404 is that link is referencing <build-number>/artifact folder, however, in the workspace directory there's a <build-number>/archive folder created.
Removing ant build step resolves issue for new builds
I do not reproduce the issue.
Do you reproduce it in a recent Jenkins version?