Re: Request to Adopt Hudson Post Build Task Plugin

2016-10-04 Thread Christopher Orr
Done. I believe you should have received an invite email from GitHub. Happy maintaining! Chris > On 23 Sep 2016, at 10:33, Mads Nielsen wrote: > > Hi All, > > I'd like to request commit access to the following plugin >

Re: Alternative to TransientProjectActionFactory for Build Pipeline

2016-10-04 Thread Jesse Glick
On Tue, Oct 4, 2016 at 5:15 PM, Daniel Beck wrote: > Isn't Build Pipeline Plugin just a view on top of independent jobs (connected > by build causes, triggers, etc.)? I think Gustavo was referring to the Pipeline plugin suite, not the Build Pipeline plugin. The answer: use

Re: Alternative to TransientProjectActionFactory for Build Pipeline

2016-10-04 Thread Daniel Beck
Isn't Build Pipeline Plugin just a view on top of independent jobs (connected by build causes, triggers, etc.)? If so, there's nothing special about such a job. Maybe TransientActionFactory if there's Build Pipeline specific configuration such as a JobProperty, and check for that before

Alternative to TransientProjectActionFactory for Build Pipeline

2016-10-04 Thread Gustavo Henrique
Which extension point can I use as alternative to TransientProjectActionFactory for jobs using the Build Pipeline Plugin? I have an old plugin that uses: public class ProjectAction implements Action { ... } @Extension public class ProjectActionFactory extends TransientProjectActionFactory {

Re: Violations Report for Atomiq - Code Similarity Finder and SOurce Monitor

2016-10-04 Thread Daniel Beck
> On 04.10.2016, at 15:03, venkatakrishnan nagarajan > 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

Re: Violations Report for Atomiq - Code Similarity Finder and SOurce Monitor

2016-10-04 Thread venkatakrishnan nagarajan
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

Re: Violations Report for Atomiq - Code Similarity Finder and SOurce Monitor

2016-10-04 Thread Ullrich Hafner
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

Re: Violations Report for Atomiq - Code Similarity Finder and SOurce Monitor

2016-10-04 Thread venkatakrishnan nagarajan
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. On Monday, October 3, 2016 at 2:58:20 PM UTC, Ullrich Hafner wrote: > > For Atomiq Console you need to write a parser for the dry plug-in ( >