Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support quiet output for azureUpload #175

Closed
timja opened this issue Jan 16, 2020 · 0 comments · Fixed by #187
Closed

Support quiet output for azureUpload #175

timja opened this issue Jan 16, 2020 · 0 comments · Fixed by #187

Comments

@timja
Copy link
Member

timja commented Jan 16, 2020

 

When using azureUpload function, we get a lot of output for the files that are being uploaded.

We upload huge amounts of files every build - this makes the output very large and even freezes the browser when opening "full log".

Please add support for "quiet" output that will suppress this output. 

Thanks!

//
17:42:27 MicrosoftAzureStorage - Container name: ContainerName 17:42:27 MicrosoftAzureStorage - share name: 17:42:27 MicrosoftAzureStorage - File path:  17:42:27 MicrosoftAzureStorage - Virtual path: 17:42:27 MicrosoftAzureStorage - Exclude path: 17:42:27 MicrosoftAzureStorage - Uploading files to Microsoft Azure17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/404.html in 00:00:00.108 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/500.html in 00:00:00.112 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/500_static.html in 00:00:00.113 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/admin.html in 00:00:00.105 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/api.zip in 00:00:00.106 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/auth.html in 00:00:00.111 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/cons.js in 00:00:00.162 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/sa.css in 00:00:00.202 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/error.css in 00:00:00.168 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/login.css in 00:00:00.331 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file2 in 00:00:00.200 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file1 in 00:00:00.098 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file3 in 00:00:00.219 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file4 in 00:00:00.155 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file5 in 00:00:00.334 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file6 in 00:00:00.311 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file7 in 00:00:00.036 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file8 in 00:00:00.054 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file99 in 00:00:00.021 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file999 in 00:00:00.012 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file22 in 00:00:00.017 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file11 in 00:00:00.023 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file1 in 00:00:00.015 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file333 in 00:00:00.018 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/file444 in 00:00:00.024 (HH:mm:ss.S) 17:43:40 Uploaded to file storage with uri https://url_path.blob.core.windows.net/ContainerName/some_folder/css/a6.css in 00:00:00.292 (HH:mm:ss.S)

 

[JENKINS-60800] created by mikianov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant