From 06e68a97c9fef8a0a98e3620ea44db326a36ba1b Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 10 Mar 2014 17:50:32 +0900 Subject: [PATCH] Minor fixes in the trigger documentation Change-Id: I8ec3cae2c2d6086bbcda7d9e78fdab2af4b53052 --- jenkins_jobs/modules/triggers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins_jobs/modules/triggers.py b/jenkins_jobs/modules/triggers.py index dab470f9c..d3cfc72da 100644 --- a/jenkins_jobs/modules/triggers.py +++ b/jenkins_jobs/modules/triggers.py @@ -326,7 +326,7 @@ def timed(parser, xml_parent, data): def github(parser, xml_parent, data): """yaml: github - Trigger a job when github repository is pushed to + Trigger a job when github repository is pushed to. Requires the Jenkins `GitHub Plugin. `_ @@ -342,7 +342,7 @@ def github(parser, xml_parent, data): def github_pull_request(parser, xml_parent, data): """yaml: github-pull-request - Build pull requests in github and report results + Build pull requests in github and report results. Requires the Jenkins `GitHub Pull Request Builder Plugin. `_ @@ -390,7 +390,7 @@ def github_pull_request(parser, xml_parent, data): def build_result(parser, xml_parent, data): """yaml: build-result Configure jobB to monitor jobA build result. A build is scheduled if there - is a new build result matches your criteria (unstable, failure, ...) + is a new build result that matches your criteria (unstable, failure, ...). Requires the Jenkins `BuildResultTrigger Plugin. `_