summaryrefslogtreecommitdiffstats
path: root/jenkins_jobs/modules/general.py
diff options
context:
space:
mode:
authorClayton O'Neill <clayton@oneill.net>2014-11-24 15:34:00 -0500
committerClayton O'Neill <clayton@oneill.net>2014-11-24 15:38:29 -0500
commitdb9d51ac8612b71246eb538a405c013bede0111e (patch)
tree56842a55dd20041228d6e5dc0650ff11f387fcea /jenkins_jobs/modules/general.py
parent307343bf10e548a7c5a6cac50b2474b871549057 (diff)
downloadpython-jenkins-job-builder-db9d51ac8612b71246eb538a405c013bede0111e.tar.gz
python-jenkins-job-builder-db9d51ac8612b71246eb538a405c013bede0111e.tar.xz
python-jenkins-job-builder-db9d51ac8612b71246eb538a405c013bede0111e.zip
Document node parameter usage with matrix projects
The Matrix Tie Parent plugin has been deprecated for a while and the documentation for it in JJB mentions that it's deprecated, but the documentation doesn't call out how to use the new way of doing it. This patch updates the documentation to explicitly call out that the node parameter only controls the matrix job's parent job. Change-Id: Ie784f6d90667a0bc66ae0efd3eda1974ddbac4f2
Diffstat (limited to 'jenkins_jobs/modules/general.py')
-rw-r--r--jenkins_jobs/modules/general.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/jenkins_jobs/modules/general.py b/jenkins_jobs/modules/general.py
index e3c694e8..68cfb2bd 100644
--- a/jenkins_jobs/modules/general.py
+++ b/jenkins_jobs/modules/general.py
@@ -82,8 +82,9 @@ Example:
* **node**:
Restrict where this job can be run. If there is a group of
machines that the job can be built on, you can specify that
- label as the node to tie on, which will cause Jenkins to build
- the job on any of the machines with that label.
+ label as the node to tie on, which will cause Jenkins to build the job on
+ any of the machines with that label. For matrix projects, this parameter
+ will only restrict where the parent job will run.
* **logrotate**:
The Logrotate section allows you to automatically remove old build