summaryrefslogtreecommitdiffstats
path: root/jenkins_jobs/modules/general.py
diff options
context:
space:
mode:
authorThomas Desvenain <thomas.desvenain@gmail.com>2016-07-22 12:45:56 +0200
committerThomas Desvenain <thomas.desvenain@gmail.com>2016-07-22 12:46:20 +0200
commit2da05c83c4aacb6a99885c1b00d858d080bf48ae (patch)
treea3ac4d597a320f12b122db04174b8881e4924c8b /jenkins_jobs/modules/general.py
parent49be71864aaa5ca2096383ce7eb838c375e9a33c (diff)
downloadpython-jenkins-job-builder-2da05c83c4aacb6a99885c1b00d858d080bf48ae.tar.gz
python-jenkins-job-builder-2da05c83c4aacb6a99885c1b00d858d080bf48ae.tar.xz
python-jenkins-job-builder-2da05c83c4aacb6a99885c1b00d858d080bf48ae.zip
Added a doc entry and a test for jdk general parameter
Change-Id: I8e42e0a10f1fba2fd0e2931481f5e720be278b9d
Diffstat (limited to 'jenkins_jobs/modules/general.py')
-rw-r--r--jenkins_jobs/modules/general.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/jenkins_jobs/modules/general.py b/jenkins_jobs/modules/general.py
index 8b6db3c9..b1268c13 100644
--- a/jenkins_jobs/modules/general.py
+++ b/jenkins_jobs/modules/general.py
@@ -97,6 +97,9 @@ Example:
**Deprecated on jenkins >=1.637**: use the ``build-discarder``
property instead
+ * **jdk**:
+ The name of the jdk to use
+
* **raw**:
If present, this section should contain a single **xml** entry. This XML
will be inserted at the top-level of the :ref:`Job` definition.