From 178b73cd6f84245c4585631191ece5419e4751fd Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 11 Jul 2013 17:31:32 -0700 Subject: [PATCH] Set timestamps and timeout in Jenkins plugin jobs * .../jenkins_job_builder/config/jenkins-plugin-jobs.yaml: The Jenkins plugin jobs override the default wrappers. Include the a timeout and set timestamps as that config is lost when overriding the default wrappers. Change-Id: I8d600c1951efc34582d9644d14ce0ece1e4f1541 Reviewed-on: https://review.openstack.org/36754 Reviewed-by: Monty Taylor Reviewed-by: Khai Do Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- .../jenkins_job_builder/config/jenkins-plugin-jobs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/jenkins-plugin-jobs.yaml b/modules/openstack_project/files/jenkins_job_builder/config/jenkins-plugin-jobs.yaml index f3ff1c3552..d3aed9a4ba 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/jenkins-plugin-jobs.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/jenkins-plugin-jobs.yaml @@ -7,6 +7,10 @@ - gerrit-git-prep wrappers: + - timeout: + timeout: 30 + fail: true + - timestamps - inject: script-file: /usr/local/jenkins/slave_scripts/maven-properties.sh - inject: @@ -32,6 +36,10 @@ - gerrit-git-prep wrappers: + - timeout: + timeout: 30 + fail: true + - timestamps - inject: script-file: /usr/local/jenkins/slave_scripts/maven-properties.sh - inject: