Give syslog a .txt extension.
So that jenkins displays it inline when the link is clicked. Change-Id: I46e7c6197b06aebe7cac77c6112876d83090e7f1
This commit is contained in:
@@ -83,7 +83,7 @@ fi
|
||||
ssh $NODE_IP_ADDR ./devstack-vm-gate-host.sh
|
||||
RETVAL=$?
|
||||
# No matter what, archive logs
|
||||
scp -C -q $NODE_IP_ADDR:/var/log/syslog $WORKSPACE/logs/
|
||||
scp -C -q $NODE_IP_ADDR:/var/log/syslog $WORKSPACE/logs/syslog.txt
|
||||
# Now check whether the run was a success
|
||||
if [ $RETVAL = 0 ] && [ $ALWAYS_KEEP = 0 ]; then
|
||||
echo "Deleting host"
|
||||
|
||||
Reference in New Issue
Block a user