mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
added some debug listings to jenkins makebuildserver script
This commit is contained in:
parent
34cddd3be8
commit
c54e0565d7
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ cleanup_all() {
|
||||||
set +e
|
set +e
|
||||||
echo "$(date -u) - cleanup in progress..."
|
echo "$(date -u) - cleanup in progress..."
|
||||||
ps auxww | grep -e VBox -e qemu
|
ps auxww | grep -e VBox -e qemu
|
||||||
|
virsh --connect qemu:///system list --all
|
||||||
|
ls -hl /var/lib/libvirt/images
|
||||||
cd $WORKSPACE/buildserver
|
cd $WORKSPACE/buildserver
|
||||||
vagrant halt
|
vagrant halt
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue