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. `_