Still fetch the text version of the console
The jobs still require the text version of the console log. Because we need to rebuild the images before we can update which console log is being uploaded we still need to fetch console.txt Change-Id: Ib16b5d730e7b4b10f5bd0b264526ba1c5dd149fd
This commit is contained in:
parent
3eee6584d7
commit
efcbcb1341
@ -3,9 +3,8 @@
|
||||
echo "Grabbing consoleLog"
|
||||
|
||||
# Get the plain text version (does not contain links or timestamps)
|
||||
# (Disabled for now)
|
||||
#console_log_path='consoleText'
|
||||
#wget -O /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path
|
||||
console_log_path='consoleText'
|
||||
wget -O /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path
|
||||
|
||||
# Grab the HTML version of the log (includes timestamps)
|
||||
console_log_path='logText/progressiveHtml'
|
||||
|
Loading…
Reference in New Issue
Block a user