Issue Details (XML | Word | Printable)

Key: BAM-1180
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Adrian Hempel [Atlassian]
Reporter: Brydie McCoy [Atlassian]
Votes: 1
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Bamboo

Be able to access 'latest' build artifacts from anywhere

Created: 03/May/07 09:21 PM   Updated: 25/Mar/08 11:09 PM
Component/s: None
Affects Version/s: 1.0.5
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Java Source File FileServingServlet.java (10 kB)

Issue Links:
Reference
 

Participants: Adrian Hempel [Atlassian] and Brydie McCoy [Atlassian]
Since last comment: 41 weeks, 2 days ago
Number of comments: 1
Labels:


 Description  « Hide
Currently to access latest build artifacts you have to go in via the index.html in the latest folder. You cannot directly link to an artifact (eg you can type /download/latest/myArtifacts/myfile in the browser)

Chris wrote a patch to do this by analysing the file system (attached see method: checkForLatestDataPath)

This should probably be done by the URL re-write functionality.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Adrian Hempel [Atlassian] added a comment - 25/Mar/08 11:09 PM
I've just tested it, and it is possible to link to an artifact from the latest build using a URL of the form:

[base URL]/download/[project key]-[plan key]/artifacts/latest/[artifact name]