6335e49d7f31d3b6011c130779c48dcfe36a277e
[ci-management.git] / jjb / lab / include-raw-lab-retrieve-logs.sh
1 #!/bin/bash
2 set -xe -o pipefail
3
4 echo Job triggered by $SRC_BUILD_URL
5 echo Retriving logs from $LOG_DIR_URL
6
7 rm -rf archives
8 wget -r -nv -nd --no-parent -l 1 --reject="index.html*" -P archives "$LOG_DIR_URL"
9 cat archives/console.log