Set build-days-to-keep to 30 by default. 37/2237/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 15 Jan 2020 15:37:25 +0000 (10:37 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 15 Jan 2020 15:37:25 +0000 (10:37 -0500)
Build logs were being removed after 7 days which is too short.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I29e6be114a05878126f1b1fa38bc747f92386746

jjb/defaults.yaml
jjb/oran-jjb/oran-docker-ci-jobs.yaml
jjb/oran-jjb/oran-shell-jobs.yaml

index 24795f0..34b92a8 100644 (file)
@@ -9,6 +9,10 @@
     jenkins-ssh-credential: jenkins
     lftools-version: <1.0.0
 
+    # build discards
+    build-days-to-keep: 30
+
+    # pattern for build files to archive
     archive-artifacts: ''
 
     # most jobs invoke docker
index 995e611..8cc2b22 100644 (file)
@@ -73,7 +73,7 @@
     ######################
 
     branch: master
-    build-days-to-keep: 7
+    build-days-to-keep: 30
     build-timeout: 60
     submodule-disable: false
     submodule-recursive: true
index 4c5aa5a..56d966d 100644 (file)
@@ -22,7 +22,7 @@
     archive-artifacts: >
       **/*.log
     branch: master
-    build-days-to-keep: 7
+    build-days-to-keep: 30
     build-timeout: 15
     cron: ''
     concurrent: false