blob: c3cf15c154b5737d7d499b92888de5c99edf2b5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Publishing build artifacts and logs.
================================================================================
There are many ways you can publish artifacts, both privately and publically.
Methods include:
Sending logs/artifacts through e-mail.
Uploading logs/artifacts to an FTP server.
Uploading logs/artifacts to an rsync server.
Uploading it through good ol HTTP.
Basically, if there's a commandline utility for it, you can use it in the
post/failed.sh scripts. Refer to variables.txt for how to use variables for
organizing artifacts.
|