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
Comments
Post a Comment