diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-08-15 17:08:46 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-08-15 17:08:46 +0200 |
commit | b99e355e587df7b473a789a4429e5cdc192d6b87 (patch) | |
tree | 73e6f91cf15c84ef7ac20172d22fc8d7b7664d4c /job-cfg/ruby-qa.yaml | |
parent | cb3b9abdb900b101623a193a3031d021a445c289 (diff) | |
download | jenkins.debian.net-b99e355e587df7b473a789a4429e5cdc192d6b87.tar.xz |
fixup ruby jobs once more
Diffstat (limited to 'job-cfg/ruby-qa.yaml')
-rw-r--r-- | job-cfg/ruby-qa.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/ruby-qa.yaml b/job-cfg/ruby-qa.yaml index f63f74ed..4182e73c 100644 --- a/job-cfg/ruby-qa.yaml +++ b/job-cfg/ruby-qa.yaml @@ -2,10 +2,10 @@ name: ruby-qa description: 'Debian/Ruby QA checks.{do_not_edit}' logrotate: - daysToKeep: 365 - numToKeep: 365 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 365 + numToKeep: 365 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 scm: - git: url: '{gitrepo}' |