From ae40bdc0cb552a4351818bd6d03ba12b08fd1b53 Mon Sep 17 00:00:00 2001 From: Ross Whitfield <whitfieldre@ornl.gov> Date: Wed, 15 Apr 2015 11:53:20 -0400 Subject: [PATCH] Update leeroy.md --- Code/Mantid/Build/Jenkins/leeroy.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Code/Mantid/Build/Jenkins/leeroy.md b/Code/Mantid/Build/Jenkins/leeroy.md index e4f14c66bc7..67f68ef3005 100644 --- a/Code/Mantid/Build/Jenkins/leeroy.md +++ b/Code/Mantid/Build/Jenkins/leeroy.md @@ -22,7 +22,7 @@ Adding a new job to Leeroy To setup a new Jenkins jobs to work with Leeroy there are three additional thing needed over the standard settings for a job in Jenkins. - * Add a Job Notifications with `URL` set to `http://localhost:5000/notification/jenkins` + * Add a Job Notifications with `URL` set to `http://localhost:5000/notification/jenkins` and `Log` to `1`. * Add 5 string parameters; `GIT_BASE_REPO`, `GIT_HEAD_REPO`, `GIT_SHA1`, `GITHUB_URL` and `PR`. * Under Source Code Management set Repository `URL` to `git://github.com/$GIT_HEAD_REPO.git`, Refspec (under Advanced) to `+refs/pull/$PR/merge:pull-$PR-merged` and Branch Specifier to `pull-$PR-merged`. * Add the build to `config.json` and restart Leeroy. @@ -85,6 +85,11 @@ Config file (`config.json`) "github_repo": "mantidproject/mantid", "jenkins_job_name": "pull_requests-cppcheck", "context": "cppcheck" + }, + { + "github_repo": "mantidproject/mantid", + "jenkins_job_name": "pull_requests-doxygen", + "context": "Doxygen" } ], "user": "USER", -- GitLab