Issue Type: Bug Bug
Affects Versions: current
Assignee: Antek Baranski
Components: hockeyapp
Created: 13/Aug/14 8:12 PM
Description:

The current HockeyappRecorder.java code in the perform function is hard coded to only pick the first element from the file array to upload like this:

FilePath[] remoteFiles = remoteWorkspace.list(vars.expand(filePath));
File file = getLocalFileFromFilePath(remoteFiles[0], tempDir);

Project: Jenkins
Priority: Major Major
Reporter: Antek Baranski
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to