1613d0193e
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
29 lines
692 B
YAML
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
|