c2781e670f
Preparatory move for adopting pre-commit hooks. Shoudl only remove newlines and spaces at end of files. Change-Id: Ia33679467c533722b9308f7e7b74be395c926428 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
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
|