Store log file / console output of Jenkins job build in dreamhost -


we've jenkins jobs. when new build created in jenkins, want store console output or log file in dreamhost (http://www.dreamhost.com).

we have buckets, access_key , secret_key in dreamhost.

how can store console output of every build shell commands, plugin or idea?

with post step shell script, can console log file wget command:

wget -o my_build.log ${build_url}consoletext 

next, can upload log file scp or ftp command.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -