From 255eab8e4c90e9702f392b667b134a0655b648f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Gagne=CC=81?= Date: Thu, 31 Oct 2013 16:59:07 -0400 Subject: [PATCH] Fix indentation in example of Logrotate section Change-Id: I893a4c8638fd35a90e1e3361a473212db115f22e --- jenkins_jobs/modules/general.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jenkins_jobs/modules/general.py b/jenkins_jobs/modules/general.py index 9b96516bc..fa9e25e4b 100644 --- a/jenkins_jobs/modules/general.py +++ b/jenkins_jobs/modules/general.py @@ -23,10 +23,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``