github.com/fafucoder/cilium@v1.6.11/test/post_build_agent.sh (about)

     1  #!/bin/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 list runningvms\" "
    11  VBoxManage list runningvms
    12  
    13  echo "output of: \"VBoxManage list intnets\" "
    14  VBoxManage list intnets