From f7124c78c295f404c70670f2b5263fa517d3f011 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Fri, 7 Nov 2014 10:46:05 +0100 Subject: [PATCH] Add in postbuildscript plugin for Jenkins This is to allow swift logs to be uploaded as a publisher. Change-Id: I5ff21f544e6f2aa4bf88b7d02e65cdfb62e6faaf --- modules/openstack_project/manifests/jenkins.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/openstack_project/manifests/jenkins.pp b/modules/openstack_project/manifests/jenkins.pp index 7f56d3cc19..33124543d0 100644 --- a/modules/openstack_project/manifests/jenkins.pp +++ b/modules/openstack_project/manifests/jenkins.pp @@ -103,6 +103,9 @@ class openstack_project::jenkins ( jenkins::plugin { 'openid': version => '1.5', } + jenkins::plugin { 'postbuildscript': + version => '0.16', + } jenkins::plugin { 'publish-over-ftp': version => '1.7', }