From cce2e3e8db54d0459d5007e67e2b28b60c67772e Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 19 Mar 2014 21:36:38 +0000 Subject: [PATCH] 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 --- .../files/jenkins_job_builder/config/macros.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml b/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml index 88e2c6df39..2c66a282ee 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml @@ -245,6 +245,7 @@ builders: - shell: | #!/bin/sh + export PATH=$PATH:/sbin echo "Network interface addresses..." ip address show echo "Network routing tables..."