Re: Need a help on ViewProperty extension point

2014-02-23 Thread swastb
Hi Bruno, thanks a lot for reply.I tried as you have sugested, but still could not make it as a hidden one. By default the ViewPropertyDescriptor is coming as an checkbox in the view. On Thursday, 20 February 2014 18:36:11 UTC+5:30, Bruno Kühnen Meneguello wrote: > > Hi. > > Use a plain > >

Jenkins static analysis on Coverity Scan

2014-02-23 Thread Oleg Nenashev
Hello, I've created a project on Coverity Scan service (https://scan.coverity.com) in order to try its Java static analysis features against the Jenkins core. This service allows to setup "free" check of open-source projects. You can find the Jenkins project here: https://scan.coverity.com/pr

Re: Understanding extension point for plugin

2014-02-23 Thread Jesse Glick
On Sat, Feb 22, 2014 at 4:30 AM, Daniel Beck wrote: > This should have a way to cover more recent functionality on newer Jenkinses > without breaking the plugin for older Jenkinses. Possibly using reflection & code generation, similar to hudson.util.SubClassGenerator. -- You received this mess

Re: overriding Project.upstreamProjects

2014-02-23 Thread Jesse Glick
On Sun, Feb 23, 2014 at 10:09 AM, James Nord (jnord) wrote: > there is no workspace and hence no upstream projects. Not sure what you mean. Upstream/downstream project relationships have nothing to do with workspaces. > it (and many other things) seem to be based around the assumption of > fing

overriding Project.upstreamProjects

2014-02-23 Thread James Nord (jnord)
Hi all, For the buildflow plugin upstream projects are not recorded - as in reality there is no workspace and hence no upstream projects. But this is not really the case - the flow could be retrieving a run and passing that as a parameter to many sub jobs - so I would like to be able to see th

Re: Request for Jira Account

2014-02-23 Thread Larry Shatzer, Jr.
Westin, Done. It should have sent you an email with your password. -- Larry On Sat, Feb 22, 2014 at 11:49 PM, Westin Shafer wrote: > Hello, > > I am attempting to setup a new account so I can submit bugs for a plugin. > The system told me to contact you to complete my request. > > Thanks, > W

Re: Git Plugin: detect and build tags from only one specific branch

2014-02-23 Thread nicolas de loof
The proposed solution is to create on local working copy a (pseudo)-branch per remote tag, using a custom refspec, then set branch specifier to select them. Looks a reasonable solution. 2014-02-23 13:55 GMT+01:00 Vlad Aginsky : > Hi all, > > I want to detect and build tags from only one specific

Git Plugin: detect and build tags from only one specific branch

2014-02-23 Thread Vlad Aginsky
Hi all, I want to detect and build tags from only one specific branch, and I don't know exactly what the tag string will look like. Do you know how to configure git plugin for this? I read this: http://erics-notes.blogspot.co.il/2013/05/jenkins-build-latest-git-tag.html It gives a solution