Harald Welte has submitted this change and it was merged.

Change subject: jobs: add Coverity Upload Job
......................................................................


jobs: add Coverity Upload Job

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

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



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: [email protected] [email protected]
+          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: '[email protected]'
+    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: merged
Gerrit-Change-Id: I852b42a698a4568b51e993bb5e86efeed6afdb32
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Holger Freyther <[email protected]>
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: lynxis lazus <[email protected]>
Gerrit-Reviewer: neels <[email protected]>

Reply via email to