Joshua Hesketh 9f4ae44e6e Fix the write argument for wget
Download the console log into the correct position instead of trying
to put it into a dir.

Change-Id: I91d8f37aa6645e94b16cbda8179d679a8ef9d164
2014-07-17 12:13:54 +00:00

7 lines
152 B
Bash
Executable File

#!/bin/bash -xe
echo "Grabbing consoleLog"
console_log_path='consoleText'
wget -O /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path