Change in osmo-ci[master]: jobs: add osmocom-list-commits.yml

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Wed Mar 20 13:36:08 UTC 2019


osmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/13302 )

Change subject: jobs: add osmocom-list-commits.yml
......................................................................

jobs: add osmocom-list-commits.yml

Related: OS#3840
Change-Id: I9a65cb750bbe6c278b9f67eb70bdb36759cb775b
---
A jobs/osmocom-list-commits.yml
1 file changed, 44 insertions(+), 0 deletions(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  osmith: Verified



diff --git a/jobs/osmocom-list-commits.yml b/jobs/osmocom-list-commits.yml
new file mode 100644
index 0000000..f2651f4
--- /dev/null
+++ b/jobs/osmocom-list-commits.yml
@@ -0,0 +1,44 @@
+---
+- project:
+    name: Osmocom-list-commits
+    jobs:
+      - Osmocom-list-commits
+
+- job-template:
+    name: 'Osmocom-list-commits'
+    project-type: freestyle
+    defaults: global
+    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
+    parameters:
+      - string:
+          name: BRANCH
+          description: |
+                osmo-ci.git branch where the osmocom-list-commits.sh gets pulled from
+          default: '*/master'
+    builders:
+      - shell: |
+          scripts/osmocom-list-commits.sh > commits.txt
+          cat commits.txt
+    scm:
+      - git:
+          branches:
+            - '$BRANCH'
+          url: git://git.osmocom.org/osmo-ci
+          git-config-name: 'Jenkins Builder'
+          git-config-email: 'jenkins at osmocom.org'
+    triggers:
+      - timed: "@midnight"
+    publishers:
+       - archive:
+          allow-empty: false
+          artifacts: commits.txt
+          case-sensitive: true
+          only-if-success: true
+       - email:
+          notify-every-unstable-build: true
+          recipients: 'jenkins-notifications at lists.osmocom.org'
+
+# vim: expandtab tabstop=2 shiftwidth=2

-- 
To view, visit https://gerrit.osmocom.org/13302
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I9a65cb750bbe6c278b9f67eb70bdb36759cb775b
Gerrit-Change-Number: 13302
Gerrit-PatchSet: 6
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190320/4ccbf6e6/attachment.htm>


More information about the gerrit-log mailing list