
Rename fixtures directory to job_fixtures to prepare for adding view_fixtures directory in the following commits. Change-Id: Ic20997cae020b542ddc22bf444fa6b92fbcae064
20 lines
488 B
YAML
20 lines
488 B
YAML
- job:
|
|
name: job-name
|
|
project-type: freestyle
|
|
defaults: global
|
|
description: 'Do not edit this job through the web!'
|
|
disabled: false
|
|
display-name: 'Fancy job name'
|
|
concurrent: true
|
|
workspace: /srv/build-area/job-name
|
|
quiet-period: 5
|
|
block-downstream: false
|
|
block-upstream: false
|
|
retry-count: 3
|
|
node: NodeLabel1 || NodeLabel2
|
|
logrotate:
|
|
daysToKeep: 3
|
|
numToKeep: 20
|
|
artifactDaysToKeep: -1
|
|
artifactNumToKeep: -1
|