osmith has uploaded this change for review. ( 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, 39 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/02/13302/1

diff --git a/jobs/osmocom-list-commits.yml b/jobs/osmocom-list-commits.yml
new file mode 100644
index 0000000..08047b2
--- /dev/null
+++ b/jobs/osmocom-list-commits.yml
@@ -0,0 +1,39 @@
+---
+- 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.
+    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
+          # scp -p 48 commits.txt put-username-h...@rita.osmocom.org:/path/here
+    scm:
+      - git:
+          branches:
+            - '$BRANCH'
+          url: git://git.osmocom.org/osmo-ci
+          git-config-name: 'Jenkins Builder'
+          git-config-email: 'jenk...@osmocom.org'
+    triggers:
+      - timed: "@midnight"
+#    publishers:
+#      - email:
+#          notify-every-unstable-build: true
+#          recipients: 'jenkins-notificati...@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: newchange
Gerrit-Change-Id: I9a65cb750bbe6c278b9f67eb70bdb36759cb775b
Gerrit-Change-Number: 13302
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>

Reply via email to