Re: hi i have a question

2014-11-24 Thread Richard Bywater
Out of interest, what is synopsis.com as referred in the email address below? On 24/11/2014 8:12 PM, "Oleg Nenashev" wrote: > Please clarify the question and ask it on jenkinsci-us...@synopsys.com > If you have problems with English description of the issue, attach > screenshots or duplicate the

Re: hi i have a question

2014-11-24 Thread Oleg Nenashev
Hi Richard, My bad. I occasionally added the suffix of my company instead of the correct one. The correct address is jenkinsci-us...@googlegrooups.com. 2014-11-24 12:19 GMT+03:00 Richard Bywater : > Out of interest, what is synopsis.com as referred in the email address > below? > On 24/11/2014 8

Re: commit access request, fortify plugin

2014-11-24 Thread Kanstantsin Shautsou
I think time to learn such cool tool like a git. Book about git was translated to russian See: http://habrahabr.ru/post/150673/ , http://git-scm.com/book/ru/v1 On Thursday, June 26, 2014 12:36:29 PM UTC+3, Anna Karjakina wrote: > > Hi Brandon, > > Thanks for offering your help on this! I appreci

Re: New SSO plugin for Jenkins on Windows, based on KerberosSSO, using Waffle...

2014-11-24 Thread Robert Sandell
We needed to do advertise headers in order for CLI to work. doFillxyzItems should be declared in the descriptor and replace xyz with the name of the field, the f:select tag takes care of the data binding. On Mon, Nov 24, 2014 at 7:41 AM, Bryson Gibbons wrote: > Well, I found one possible way ar

How do I release a plugin?

2014-11-24 Thread Vipin Nair
Hi, How can I release a plugin to the jenkins plugin repo? I have written a new plugin to generate a dashboard, and would like to publish the same. Is requesting hosting mandatory? Or can I just run mvn release:prepare release:perform from my local repository? Thanks in advance. :) -- You r

How to configure global post build action

2014-11-24 Thread Mohammad Salman
Hi Everyone, I have a Jenkins setup, in that i have created around 100+ jobs. Now I need to integrate Findbugs in all my jobs but i dont want to manually update all of the jobs. is there any way to set it at common place ? So that by setting it at one place will do required action for all jobs.

Re: commit access request, fortify plugin

2014-11-24 Thread Annika Karjakina
Hi Naresh, Starting with 4.2 Fortify provides an 'officially supported' version of the Jenkins plugin. It has been released several months ago but I think you could try using it with Fortify SSC Server 4.0. Try contacting our Support. Note, the plugin is not for scan automation but for upload auto

Re: New Plugin - Admin Note Plugin - Hosting Requested

2014-11-24 Thread Fawzy Manaa
Bump... Any idea how long it usually takes? On Tuesday, November 18, 2014 9:26:09 PM UTC-5, Fawzy Manaa wrote: > > > Jenkinsci ID: fawzymanaa > > > > On Tuesday, November 18, 2014 9:07:43 PM UTC-5, Fawzy Manaa wrote: >> >> Hi all, >> >> Just got started with my first Jenkins plugin... It solves t

Re: hi i have a question

2014-11-24 Thread Richard Bywater
That's OK - thought it was perhaps a re-branding of Google groups or something :) Richard On 24/11/2014 10:27 PM, "Oleg Nenashev" wrote: > Hi Richard, > > My bad. I occasionally added the suffix of my company instead of the > correct one. > The correct address is jenkinsci-us...@googlegrooups.co

Re: commit access request, fortify plugin

2014-11-24 Thread Brandon Spruth
On Sun, Nov 23, 2014 at 9:11 PM, techie naresh wrote: > Is there an update on the Jenkins Fortify Plugin? We are using Fortify 4.0 > and trying to automate our scan. > > Thanks, > Naresh > > HP Fortify v4.20 has an updated Jenkins Fortify Plugin fortifyJenkins.hpi packaged with the Windows ISO.

Can I tell whether a step succeeded beyond its effect on the build result?

2014-11-24 Thread Nate Rook
Hello! I'm working on a project to display the results of Jenkins builds in an external dashboard, and I've run into a fun conceptual problem. I'd like to tell if a BuildStep had a good or bad outcome. A 'good' outcome is one in which the step executed as expected, while a 'bad' outcome is one

Build Queue not being processed - Timer task hudson.model.Queue$MaintainTask@52c633e failed

2014-11-24 Thread Phil Rumble
People, I have a build queue not being processed. There is an error in the logs SEVERE: Timer task hudson.model.Queue$MaintainTask@52c633e failed java.lang.IllegalThreadStateException: Thread is already started Details: Jenkins 1.580.1 under tomcat6 on RH6 x64 Any ideas? -- You received this

Re: New SSO plugin for Jenkins on Windows, based on KerberosSSO, using Waffle...

2014-11-24 Thread Bryson Gibbons
Are there any good examples of a main class extending Plugin and having a descriptor that works that you can refer me to? I have tried looking, and haven’t seen anything yet; I’ve tried what I can think of based on the what I have been able to see, and all I ever get when trying to load the conf