From 8b00f8a9c2eda66af203a63317bd28069142ddf0 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Thu, 17 Jan 2019 11:46:41 +0100 Subject: [PATCH] FIX: Inject BRANCH_ID env variable in vpp-device semiweekly job Change-Id: I9efae14f5dc80ff1ccb66b8a1460654a8e4b9074 Signed-off-by: Jan Gelety --- jjb/csit/csit-vpp-device.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/csit/csit-vpp-device.yaml b/jjb/csit/csit-vpp-device.yaml index 3ab41dc15..5fd3282af 100644 --- a/jjb/csit/csit-vpp-device.yaml +++ b/jjb/csit/csit-vpp-device.yaml @@ -205,6 +205,9 @@ branch: '{branch}' builders: + - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' + - inject: + properties-file: variables.prop - shell: !include-raw-escape: jjb/csit/include-raw-csit-device-semiweekly.sh -- 2.16.6