Skip to content

Commit

Permalink
Add folder path to fileshare upload to allow downloading it (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Feb 10, 2022
1 parent 467495d commit 19a0f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private UploadResult uploadCloudFile(ShareFileClient fileClient, UploadObject up
long endTime = System.currentTimeMillis();

return new UploadResult(HttpStatus.SC_CREATED, null,
file.getName(),
uploadObject.getName(),
uploadObject.getUrl(), file.length(), uploadObject.getStorageType(),
startTime, endTime);
} catch (Exception e) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<l:layout>
<l:layout title="${%Azure Artifacts}">
<st:include it="${it.build}" page="sidepanel.jelly" />

<l:main-panel>
Expand Down

0 comments on commit 19a0f02

Please sign in to comment.