diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2016-11-09 12:33:46 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2016-11-29 16:03:08 -0800 |
commit | 754eee3e1294c1381ecc802b1217895bcfab360f (patch) | |
tree | 6a77f910856c93cd29b172f8f4e22af81948ef2d /jjb/global/releng-defaults.yml | |
parent | 58e754eb9afa05c9bb6c90da1f1a6882b3e866cd (diff) |
Rearrange Releng Job and Parameter Files
Individual project jobs can now be tested using:
jenkins-jobs test -r jjb/global:jjb/$project
- Rename '.yaml' files to '.yml' so they get checked by the
verify-releng.sh script, and update the script to include checking of
'.yaml' files.
- Move parameter and macro files under new 'global' directory.
Change-Id: I6b74f5d8af2bced3256a7f4a33983df5310511a2
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/global/releng-defaults.yml')
-rw-r--r-- | jjb/global/releng-defaults.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jjb/global/releng-defaults.yml b/jjb/global/releng-defaults.yml new file mode 100644 index 000000000..bf3330657 --- /dev/null +++ b/jjb/global/releng-defaults.yml @@ -0,0 +1,21 @@ +# jjb defaults + +- defaults: + name: global + + logrotate: + daysToKeep: 60 + numToKeep: 200 + artifactDaysToKeep: 30 + artifactNumToKeep: 100 + + ssh-credentials: 'd42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e' + wrappers: + - ssh-agent-credentials: + users: + - '{ssh-credentials}' + + project-type: freestyle + + node: master + |