From 8407fbf2c7c41ba2a480846b50ec5de09559aeb9 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Tue, 1 Apr 2014 10:37:14 -0700 Subject: [PATCH] update jenkins build-timeout plugin Updating the jenkins build-timeout plugin to get a new feature[1] that allows exposing the build timeout value as an environment variable. [1] https://github.com/jenkinsci/build-timeout-plugin/pull/22 Closes-Bug: #1287883 Change-Id: I1fd0d132f44e511c283b62f194451c0ca7080305 --- modules/openstack_project/manifests/jenkins.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/jenkins.pp b/modules/openstack_project/manifests/jenkins.pp index a2b6eea120..f13235d186 100644 --- a/modules/openstack_project/manifests/jenkins.pp +++ b/modules/openstack_project/manifests/jenkins.pp @@ -49,7 +49,7 @@ class openstack_project::jenkins ( version => '1.20', } jenkins::plugin { 'build-timeout': - version => '1.10', + version => '1.13', } jenkins::plugin { 'copyartifact': version => '1.22',