Merge "Add slavescript to grab console log"
This commit is contained in:
commit
7b374cd372
6
modules/jenkins/files/slave_scripts/grab_console_log.sh
Executable file
6
modules/jenkins/files/slave_scripts/grab_console_log.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash -xe
|
||||
|
||||
echo "Grabbing consoleLog"
|
||||
|
||||
$console_log_path='consoleText'
|
||||
wget -P /tmp --no-check-certificate $BUILD_URL$console_log_path
|
Loading…
x
Reference in New Issue
Block a user