Re: LTS 1.532.2 release date

2014-01-30 Thread Arnaud Héritier
Another WSOD like every day. I reported it on https://issues.jenkins-ci.org/browse/JENKINS-21487 On Tue, Jan 28, 2014 at 12:30 PM, James Nord (jnord) jn...@cisco.comwrote: That looks suspiciously like https://issues.jenkins-ci.org/browse/JENKINS-18895 Did this regress? /James

Vsphere cloud plugin - Error when testing connection in Vsphere cloud settings

2014-01-30 Thread ashesh mamidi
I am a new to Jenkins and started learning about few plugins. I installed the Vsphere cloud plugin and tried to configure the vSphere Cloud settings in the Jenkins 'Configure System' menu. https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin But after clicking on Test Connection, I

Warnings plugin - use line number of input

2014-01-30 Thread James Howe
If you construct a Warning() with an empty filename, then this is treated as being from the console log (or whichever log file it was parsing). How can I also set the line number of the warning to the line of the input that the regex matched? -- You received this message because you are

Re: Warnings plugin - use line number of input

2014-01-30 Thread Ulli Hafner
You can use method getCurrentLine() in your parser when creating the new warning. Ulli Am 30.01.2014 um 12:45 schrieb James Howe jmh.h...@gmail.com: If you construct a Warning() with an empty filename, then this is treated as being from the console log (or whichever log file it was

RE: Perforce Plugin - Can't get plugin to work on remote client

2014-01-30 Thread Ginga, Dick
Look for errors in your View definition in Jenkins. Maybe you don’t have a … at the end. Also try running that command on your slave, in your job workspace root as the user that the slave is logged in as. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On

Re: Warnings plugin - use line number of input

2014-01-30 Thread James Howe
An exception occurred during evaluation of the Groovy script: No signature of method: Script1.getCurrentLine() is applicable for argument types: () values: [] On 30 January 2014 12:28, Ulli Hafner ullrich.haf...@gmail.com wrote: You can use method getCurrentLine() in your parser when creating

Re: Warnings plugin - use line number of input

2014-01-30 Thread Ulli Hafner
I see, the parsing is delegated to an extra class that does not have this method. Can you please add a new feature request in Jira? This is quite easy to implement… Ulli Am 30.01.2014 um 14:52 schrieb James Howe james.h...@cantab.net: An exception occurred during evaluation of the Groovy

Re: Vsphere cloud plugin - Error when testing connection in Vsphere cloud settings

2014-01-30 Thread Jason Swager
I don't believe that this is specifically a problem with the vSphere Cloud plugin. I believe that this is a problem with your installed Java attempting to contact the vSphere server using SSL. Recent versions of Java have been deprecating and disabling (be default) certain low-security

job fail during ant build from UI but not from shell

2014-01-30 Thread Carlo Bongiovanni
Hi All, I'm facing a strange problem.. I have configured a job that fails when running. The strange thing is that it does not fail when I run it from the shell, with the user jenkins. The job clones from a git repo and then calls ant for building a war file. At the moment I have a running

Re: Warnings plugin - use line number of input

2014-01-30 Thread James Howe
https://issues.jenkins-ci.org/browse/JENKINS-21569 On 30 January 2014 14:48, Ulli Hafner ullrich.haf...@gmail.com wrote: I see, the parsing is delegated to an extra class that does not have this method. Can you please add a new feature request in Jira? This is quite easy to implement… Ulli

FW: Deleting a job doesn't

2014-01-30 Thread Matthew.Webber
I opened https://issues.jenkins-ci.org/browse/JENKINS-21572 for this. -Original Message- From: matthew.web...@diamond.ac.uk [mailto:matthew.web...@diamond.ac.uk] Sent: 23 January 2014 14:30 To: jenkinsci-users@googlegroups.com Subject: Deleting a job doesn't On Jenkins 1.548 I just

Re: What is Jenkins and how do I get rid of it? (URGENT PLEASE HELP ME)

2014-01-30 Thread Edwin Castro
On 1/29/14, 8:41 PM, Ed Jesus Preposterous wrote: I use both Firefox and Google Chrome, and whenever I try to use google or youtube, the page redirects automatically to some Jenkins login page! I don't have a Jenkins account, or whatever credentials it's asking for, but my computer is

Re: What is Jenkins and how do I get rid of it? (URGENT PLEASE HELP ME)

2014-01-30 Thread Stephen Connolly
Loads of people use their internet browser wrong... They rely on the home page being google or bing and they *type the URL into the search box* Madness I know... More crazy is the people who type google.com into the bing search box, click enter, and then type the URL into the search box on the

build flow

2014-01-30 Thread Irfan Sayed
hi, i would like to build the set of jobs sequentially irrespective of their build result using build flow plugin , can i do like this ignore(FAILURE,SUCCESS,SKIPPED,ABORTED,UNSTABLE) { build( abc ) build( xyz ) } idea is , whatever is the build result of abc job, xyz job should get

Re: build flow

2014-01-30 Thread silver
ignore(FAILURE,SUCCESS,SKIPPED,ABORTED,UNSTABLE) { build(abc) } ignore(FAILURE,SUCCESS,SKIPPED,ABORTED,UNSTABLE) { build(xyz) } On Jan 30, 2014, at 2:54 PM, Irfan Sayed irfu.sa...@gmail.com wrote: hi, i would like to build the set of jobs sequentially irrespective of their build result

ldaps and refusing login attempts after multiple failures

2014-01-30 Thread zee wfo
I've found information on how to setup jenkins with ldaps. Is there a way for jenkins to refuse login attempts from a user after multiple failures? The goal is to discourage password guessing for accounts in our ldap server who have access to the jenkins server. thanks. -- You received this

Re: unit testing from shell scripts?

2014-01-30 Thread D. Scott
I spent a lot of time looking for this same thing. Finally, I wrote my own solution. It's now available on SourceForge at https://sourceforge.net/projects/jshu. D -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group

Re: ldaps and refusing login attempts after multiple failures

2014-01-30 Thread Daniel Beck
Since Jenkins 1.548 there's a new extension point SecurityListener. It can be implemented in a way that throws a SecurityException in authenticated(UserDetails) when the same user who just failedToAuthenticate(UserDetails) several times managed to log in successfully. This prevents successful

Jenkins User Conference 2014

2014-01-30 Thread Alyssa Tong
Hi All, Last year, many said they couldn't attend the Jenkins User Conference in Palo Alto due to costs (travel expenses). This year, we've decided to add JUC East Coast (US), and Germany in addition to JUC Israel and California. Please see conference dates below, we are working on nailing down

Re: build flow

2014-01-30 Thread Irfan Sayed
nope. getting following error. please suggest ERROR: Failed to run DSL Scriptgroovy.lang.MissingMethodException http://stacktrace.jenkins-ci.org/search?query=groovy.lang.MissingMethodException: No signature of method: com.cloudbees.plugins.flow.FlowDelegate.ignore() is applicable for argument

Re: [Jenkins-events] Jenkins User Conference 2014

2014-01-30 Thread Lars Kruse
Hi Alyssa Great initiative. Regarding the event in Germany, let's coordinate so the it will be complementary rather than competing to the Scandinavian Jenkins user events, which we currently schedule, same as the previous years, to have in Copenhagen at the first Friday in September = September