Violations Report for Atomiq - Code Similarity Finder and SOurce Monitor

62 views
Skip to first unread message

venkatakrishnan nagarajan

unread,
Oct 3, 2016, 9:26:46 AM10/3/16
to Jenkins Developers
Hi all,

Currently i have developed application exe which does the static code analysis part using FxCop, Atomiq Console and Source Monitor.
When i tried to run my application  exe in jenkins  am able to generate report for all the three (FxCop, Atomiq Console and Source Monitor).
Through jenkins violation plugin only for FxCop am able to show the violation report for the respective build but not for ATOMIQ CONSOLE and SOURCE MONITOR
Could you please help me how to show the violation report in Jenkins for Atomiq console and source monitor in the same build version

Thanks,
Venkat

Ullrich Hafner

unread,
Oct 3, 2016, 10:58:20 AM10/3/16
to jenkin...@googlegroups.com
For Atomiq Console you need to write a parser for the dry plug-in (https://wiki.jenkins-ci.org/display/JENKINS/DRY+Plugin).
For Source Monitor you need to write a new plug-in.
 
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/f95c9135-00c3-43a0-b540-b021ae76a53e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

venkatakrishnan nagarajan

unread,
Oct 4, 2016, 3:15:41 AM10/4/16
to Jenkins Developers
Since am new to JEnkins, am not aware of writing parser or developing new Plug-in. Is there any development tutorials available?
Kindly help on this.

Ullrich Hafner

unread,
Oct 4, 2016, 4:45:21 AM10/4/16
to jenkin...@googlegroups.com
It would be simpler to change your duplicate code scanner and metrics tool to one that is already supported by Jenkins. Did you look at CPD or Simian for code duplications? Or Jenkins metrics plug-in?

If you are planning to write a new plug-in, see http://wiki.jenkins-ci.org/.

If you are planning to write a new parser, see https://github.com/jenkinsci/dry-plugin/tree/master/src/main/java/hudson/plugins/dry/parser for some examples. Here no tutorial is available.

venkatakrishnan nagarajan

unread,
Oct 4, 2016, 9:03:58 AM10/4/16
to Jenkins Developers
Hi,
As we are obliged with our client we cannot take decisions on our own to go for CPD or Simian but any way we can suggest later.
Am an Microsoft developer. For developing new plug-in, do we need editor to write java code(eclipse) to start  or python? Kindly suggest the steps.
Could you please advise on how to start initial coding with the new plugin.

Thanks,
Venkat

Daniel Beck

unread,
Oct 4, 2016, 12:48:09 PM10/4/16
to jenkin...@googlegroups.com

> On 04.10.2016, at 15:03, venkatakrishnan nagarajan <venket....@gmail.com> wrote:
>
> For developing new plug-in, do we need editor to write java code(eclipse) to start or python? Kindly suggest the steps

There is plenty of documentation on how to get started with Jenkins plugin development available in our wiki and elsewhere. Just google it.

venkatakrishnan nagarajan

unread,
Oct 18, 2016, 3:48:23 AM10/18/16
to Jenkins Developers, m...@beckweb.net
Hi, As am unware of java stuff, I explored python to create new plugin. I havent got any hint nowhere. 
Is there any possibility to display my own files like HTML/BMP/XML in violation report plugin?

Thanks

Daniel Beck

unread,
Oct 18, 2016, 7:18:48 AM10/18/16
to jenkin...@googlegroups.com

> On 18.10.2016, at 09:48, venkatakrishnan nagarajan <venket....@gmail.com> wrote:
>
> Hi, As am unware of java stuff, I explored python to create new plugin. I havent got any hint nowhere.

That's because it's not possible.

venkatakrishnan nagarajan

unread,
Oct 18, 2016, 7:37:22 AM10/18/16
to Jenkins Developers, m...@beckweb.net


How about displaying the HTML report files under Violation report? If yes then how to configure.
But am able to display the HTML files under Post Build Actions-> Archive the artifacts.

Thanks
Reply all
Reply to author
Forward
0 new messages