From 3f5e50a4b49778ee3af5879848bf5c8afc9071f0 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Mon, 6 Jul 2015 15:03:42 +0900 Subject: [PATCH] [doctor] add missing project parameter This patch adds a project parameter which is refered by jenkins while it get code from the repository. JIRA: DOCTOR-12 Change-Id: I185a9a72feb286d0071dfc8ac638ea455f602e9b Signed-off-by: Ryota MIBU --- jjb/doctor/doctor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 8a140f48c..aa586642a 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -20,6 +20,9 @@ numToKeep: '{build-num-to-keep}' artifactDaysToKeep: '{build-artifact-days-to-keep}' artifactNumToKeep: '{build-artifact-num-to-keep}' + parameters: + - project-parameter: + project: '{project}' wrappers: - ssh-agent-credentials: users: -- 2.16.6