github.com/cilium/cilium@v1.16.2/test/post_build_agent.sh (about) 1 #!/usr/bin/env bash 2 3 echo "output of following commands are ran on the Jenkins agent itself" 4 echo "output of: \"ps -ef | grep -i vbox\" " 5 ps -ef | grep -i vbox 6 7 echo "output of: \"ps -ef | grep -i vagrant\" " 8 ps -ef | grep -i vagrant 9 10 echo "output of: \"VBoxManage --version\" " 11 VBoxManage --version 12 13 echo "output of: \"VBoxManage list runningvms\" " 14 VBoxManage list runningvms 15 16 echo "output of: \"VBoxManage list intnets\" " 17 VBoxManage list intnets