summaryrefslogtreecommitdiffstats
path: root/jenkins_jobs/modules/general.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-11-05 15:29:57 +0000
committerGerrit Code Review <review@openstack.org>2013-11-05 15:29:57 +0000
commit93cc27a6a3caca0aa2d9a9bc836f9acca67d2f04 (patch)
treec21e963d6f283d44f531fbc89f9afa1f6250c659 /jenkins_jobs/modules/general.py
parent43e4b606de0e764cc675453edcbc0e30cd95b80c (diff)
parent255eab8e4c90e9702f392b667b134a0655b648f8 (diff)
downloadpython-jenkins-job-builder-93cc27a6a3caca0aa2d9a9bc836f9acca67d2f04.tar.gz
python-jenkins-job-builder-93cc27a6a3caca0aa2d9a9bc836f9acca67d2f04.tar.xz
python-jenkins-job-builder-93cc27a6a3caca0aa2d9a9bc836f9acca67d2f04.zip
Merge "Fix indentation in example of Logrotate section"
Diffstat (limited to 'jenkins_jobs/modules/general.py')
-rw-r--r--jenkins_jobs/modules/general.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/jenkins_jobs/modules/general.py b/jenkins_jobs/modules/general.py
index b349f875..2f3fc9e3 100644
--- a/jenkins_jobs/modules/general.py
+++ b/jenkins_jobs/modules/general.py
@@ -25,10 +25,10 @@ Example::
- job:
name: test_job
logrotate:
- daysToKeep: 3
- numToKeep: 20
- artifactDaysToKeep: -1
- artifactNumToKeep: -1
+ daysToKeep: 3
+ numToKeep: 20
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
The Assigned Node section allows you to specify which Jenkins node (or
named group) should run the specified job. It adds the ``node``