[PATCH] osmo-ci[master]: jobs: add Coverity Upload Job

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Feb 6 15:23:22 UTC 2018


Review at  https://gerrit.osmocom.org/6291

jobs: add Coverity Upload Job

Change-Id: I852b42a698a4568b51e993bb5e86efeed6afdb32
---
A jobs/coverity.yml
1 file changed, 35 insertions(+), 0 deletions(-)


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

diff --git a/jobs/coverity.yml b/jobs/coverity.yml
new file mode 100644
index 0000000..3ec4bda
--- /dev/null
+++ b/jobs/coverity.yml
@@ -0,0 +1,35 @@
+# compile and upload osmocom with coverity tools
+- project:
+    name: osmocom-coverity
+    jobs:
+      - osmocom-coverity
+
+- job:
+    name: 'osmocom-coverity'
+    project-type: freestyle
+    defaults: global
+    description: 'Generated by job-builder'
+    display-name: 'Coverity-Upload (jenkins-job-builder)'
+    node: coverity
+    builders:
+      - shell: |
+          cd $HOME/osmo-ci/coverity
+          export PATH=$PATH:/opt/coverity/current/bin
+          ./jenkins.sh
+    publishers:
+      - email:
+          recipients: openbsc at lists.osmocom.org holger at freyther.de
+          notify-every-unstable-build: true
+    properties:
+      - build-discarder:
+          days-to-keep: 30
+          num-to-keep: 30
+    scm:
+      - git:
+          url: git://git.osmocom.org/osmo-ci
+          git-config-name: 'Jenkins Builder'
+          git-config-email: 'jenkins at osmocom.org'
+    triggers:
+      - timed: "@daily"
+
+# vim: expandtab tabstop=2 shiftwidth=2

-- 
To view, visit https://gerrit.osmocom.org/6291
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I852b42a698a4568b51e993bb5e86efeed6afdb32
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list