Add /sbin to the net-info job builder path

* .../files/jenkins_job_builder/config/macros.yaml(net-info): Most
distributions place iproute2's ip command in /sbin but Jenkins seems
to remove this from the default path, so add it.

Change-Id: I618c473d9cafed3c209183d32f4ae5efb8edddda
This commit is contained in:
Jeremy Stanley 2014-03-19 21:36:38 +00:00
parent ba2f6468dd
commit cce2e3e8db

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..."