aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-list-commits.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/osmocom-list-commits.yml')
-rw-r--r--jobs/osmocom-list-commits.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/jobs/osmocom-list-commits.yml b/jobs/osmocom-list-commits.yml
index c9995c6..d367499 100644
--- a/jobs/osmocom-list-commits.yml
+++ b/jobs/osmocom-list-commits.yml
@@ -11,7 +11,11 @@
description: |
Generate and upload a list of Osmocom git repositories and their latest tag and commits.
<b>The latest list is <a href="https://jenkins.osmocom.org/jenkins/job/Osmocom-list-commits/lastSuccessfulBuild/artifact/commits.txt/*view*/">here</a>.</b>
- node: osmocom-master-debian9
+ properties:
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ node: osmocom-master
parameters:
- string:
name: BRANCH
@@ -26,11 +30,11 @@
- git:
branches:
- '$BRANCH'
- url: https://git.osmocom.org/osmo-ci
+ url: https://gerrit.osmocom.org/osmo-ci
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins@osmocom.org'
triggers:
- - timed: "@midnight"
+ - timed: "H 01 * * *"
publishers:
- archive:
allow-empty: false