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

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 vladic...@gmail.com: Hi all, I want to detect and build tags from

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 wsha...@relivinc.comwrote: 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

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

Re: Understanding extension point for plugin

2014-02-23 Thread Jesse Glick
On Sat, Feb 22, 2014 at 4:30 AM, Daniel Beck m...@beckweb.net 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

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: