project-config/jenkins/jobs/defaults.yaml
John Warren 1613d0193e Update config location in project descriptions
The location of the configuration files for the jobs appears to have
been moved from
https://git.openstack.org/cgit/openstack-infra/system-config In
modules/openstack_project/files/jenkins_job_builder/config.  This
change updates the project descriptions to reflect that fact.

Change-Id: I1f8563f62e53b964984a29a79804889412e2e557
2015-01-13 13:56:42 +00:00

29 lines
692 B
YAML

- defaults:
name: global
description: |
<p><b>This job is managed by puppet and will be overwritten.</b></p>
<p><b>Do not edit this job through the web</b></p>
<p>If you would like to make changes to this job, please see:
<a href="https://git.openstack.org/cgit/openstack-infra/project-config">
https://git.openstack.org/cgit/openstack-infra/project-config
</a>
In jenkins/jobs
</p>
project-type: freestyle
concurrent: true
wrappers:
- build-timeout:
timeout: 30
- timestamps
logrotate:
daysToKeep: 1
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1