Change in osmo-ci[master]: jobs: add osmocom-build-tags-against-master.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
Tue Mar 26 09:49:00 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/13416


Change subject: jobs: add osmocom-build-tags-against-master.yml
......................................................................

jobs: add osmocom-build-tags-against-master.yml

Run osmocom-build-old-tags-against-master.sh every night in jenkins.

Related: OS#3765
Change-Id: I9868a6008f61fb3962279f72d34f67f900425be5
---
A jobs/osmocom-build-tags-against-master.yml
1 file changed, 42 insertions(+), 0 deletions(-)



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

diff --git a/jobs/osmocom-build-tags-against-master.yml b/jobs/osmocom-build-tags-against-master.yml
new file mode 100644
index 0000000..4c45687
--- /dev/null
+++ b/jobs/osmocom-build-tags-against-master.yml
@@ -0,0 +1,42 @@
+---
+- project:
+    name: Osmocom-build-tags-against-master
+    jobs:
+      - Osmocom-build-tags-against-master
+
+- job-template:
+    name: 'Osmocom-build-tags-against-master'
+    project-type: freestyle
+    defaults: global
+    description: |
+        
+    node: osmocom-master-debian9
+    parameters:
+      - string:
+          name: BRANCH
+          description: |
+                osmo-ci.git branch where the osmocom-build-old-tags-against-master.sh gets pulled from
+          default: '*/master'
+    builders:
+      - shell: |
+          scripts/osmocom-build-old-tags-against-master.sh
+    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: _temp/log/*
+          case-sensitive: true
+          only-if-success: false
+       - 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/13416
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: I9868a6008f61fb3962279f72d34f67f900425be5
Gerrit-Change-Number: 13416
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190326/38b2401f/attachment.htm>


More information about the gerrit-log mailing list