Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrating SourceMonitor into a Jenkins CI-System

I would like to integrate SourceMonitor into my Jenkins CI-system. Since there is no SourceMonitor plugin how can i make the results of SourceMonitor visible on my Jenkins Server.

like image 856
Michael Küller Avatar asked Sep 06 '10 05:09

Michael Küller


People also ask

What are the 2 ways of continuous integration in Jenkins?

Jenkins is one of the popular CI tools that helps to implement a continuous integration pipeline. Jenkins pipeline can be created in two ways – Declarative Pipelines and Jenkins Job Builder.

What are the main ideas of continuous integration in Jenkins?

Continuous Integration is a process of integrating code changes from multiple developers in a single project many times. The software is tested immediately after a code commit. With each code commit, code is built and tested. If the test is passed, the build is tested for deployment.

How does Jenkins integrate with code?

Step 1: go to your GitHub repository and click on 'Settings'. Step 2: Click on Webhooks and then click on 'Add webhook'. Step 3: In the 'Payload URL' field, paste your Jenkins environment URL. At the end of this URL add /github-webhook/.


1 Answers

There is an open issue associated with the Violations plugin.

You can vote up for the implementation of this issue: https://issues.jenkins-ci.org/browse/JENKINS-5741

like image 65
taciosd Avatar answered Oct 02 '22 01:10

taciosd