From c6a1db7f198f69483ef978f8ed5e595a2b06d973 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Fri, 18 Nov 2016 14:12:34 -0600 Subject: [PATCH] Configure OpenStack minions for single use This converts OpenStack Jenkins build minions as single use minions Change-Id: I6cad42d8b7d6e770a312135938a3ab8d073a07b8 Signed-off-by: Vanessa Rene Valderrama --- jjb/global-macros.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index ba0d1a596..8601fa8d8 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -141,6 +141,8 @@ - 'jenkins-gerrit-credentials' - jclouds: single-use: True + - openstack: + single-use: True - wrapper: # This wrapper is required for all jobs as it configures the wrappers @@ -158,6 +160,8 @@ - 'jenkins-gerrit-credentials' - jclouds: single-use: True + - openstack: + single-use: True ###### TRIGGERS - trigger: -- 2.16.6