Merge "Set build-days-to-keep to 30 by default."
authorEric Ball <eball@linuxfoundation.org>
Thu, 16 Jan 2020 01:38:15 +0000 (01:38 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 16 Jan 2020 01:38:15 +0000 (01:38 +0000)
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