Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
ci-management
/
dc0f8339fd5530a14e260e8f5b92ae4cae544aa1
/
.
/
jjb
/
lab
/
include-raw-lab-retrieve-logs.sh
blob: 6335e49d7f31d3b6011c130779c48dcfe36a277e [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
xe
-
o pipefail
echo
Job
triggered by $SRC_BUILD_URL
echo
Retriving
logs from $LOG_DIR_URL
rm
-
rf archives
wget
-
r
-
nv
-
nd
--
no
-
parent
-
l
1
--
reject
=
"index.html*"
-
P archives
"$LOG_DIR_URL"
cat archives
/
console
.
log