Merge "Add /sbin to the net-info job builder path"

This commit is contained in:
Jenkins 2014-03-20 11:22:20 +00:00 committed by Gerrit Code Review
commit 170fd5d19a

View File

@ -245,6 +245,7 @@
builders:
- shell: |
#!/bin/sh
export PATH=$PATH:/sbin
echo "Network interface addresses..."
ip address show
echo "Network routing tables..."