Re: Problem with git plugin 2.0

2013-10-24 Thread nicolas de loof
please open a jira issue with full stack trace 2013/10/24 Mark Waite > I cleaned and rebuilt without issue. I'm sure that doesn't help you much, > but it is one more data point. > > > On Thu, Oct 24, 2013 at 3:32 PM, Jon Schewe wrote: > >> Have you tried building after wiping out your workspa

RE: build flow, early exit from parallel construct?

2013-10-24 Thread James Nord (jnord)
Hi Åsmund , KillRunningjobs is called internally if the flow is aborted (or one of the jobs is aborted). Internallyt this is handled by catching either (IIRC) a JobAborteException (or also an IOException). The IOException will show a stack trace in your console output - wheres the jobAbortEx w

Re: email-ext plugin error

2013-10-24 Thread Slide
It seems like this is some issue with the updated Stapler version that was moved to going from 1.535 to 1.536. When Jenkins calls req.bindJSON in Descriptor.newInstance, the hetero-list is not bound to the constructor parameter correctly, its set to null. I can see the data in the formData paramete

Re: Null pointer exception in ExtendedEmailPublisher.java:242

2013-10-24 Thread Slide
There are two possible reasons, one is that you don't have any triggers defined, there was a bug related to this that has been fixed, but I am waiting to do a release to see if there is traction on the second possible cause, which is if you are running 1.536, there are major issues for email-ext an

Re: Compiler warnings script in global configuration

2013-10-24 Thread Maneesh M P
I copied the error and paste to Example log file box and it just works fine there. Even in the sample log box, I pasted with or without time stamp and my regular expression correctly identified the require fields. But then why is it not able to detect from console log? Thanks, Maneesh On Thurs

Re: Travails with upgrading, part 2

2013-10-24 Thread Joshua J. Kugler
So, somewhere in the process of upgrading, upgrading plugins, re-enabling the User Mailer plugin, the old jobs started displaying correctly. We can close this for now. j On Thursday, October 24, 2013 13:28:10 Joshua J. Kugler wrote: > So, all jobs run since the upgrade display fine. It's the j

Re: Null pointer exception in ExtendedEmailPublisher.java:242

2013-10-24 Thread Richard Bywater
Its probably worth confirming exactly which version of email-ext plugin you are using, but that line appears to be when trying to read the configured triggers - by any chance have you no triggers applied to the job (e.g. no trigger on failure) Richard. On Fri, Oct 25, 2013 at 12:51 PM, Rob Burke

Null pointer exception in ExtendedEmailPublisher.java:242

2013-10-24 Thread Rob Burke
Hi, After a quick search I didn't find a thread on this, so thought it might be useful to post the exception I got: ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.NullPointerException

Re: Compiler warnings script in global configuration

2013-10-24 Thread Ulli Hafner
Am 25.10.2013 um 00:42 schrieb Maneesh M P : > Yes, there is a [WARNINGS] line in the console > > 13:36:20 Validating ./modules/xyxz/tests/init.pp ... > 13:36:20 [WARNINGS] Parsing warnings in console log with parser > Puppet-Error-Parser > I see, i.e. the parser is running. Seems that no ma

Re: Problem with git plugin 2.0

2013-10-24 Thread Mark Waite
I cleaned and rebuilt without issue. I'm sure that doesn't help you much, but it is one more data point. On Thu, Oct 24, 2013 at 3:32 PM, Jon Schewe wrote: > Have you tried building after wiping out your workspace? That's where I > had a problem. > > > On Thu, Oct 24, 2013 at 3:56 PM, Mark Wai

Re: Problem with git plugin 2.0

2013-10-24 Thread Jon Schewe
Have you tried building after wiping out your workspace? That's where I had a problem. On Thu, Oct 24, 2013 at 3:56 PM, Mark Waite wrote: > I definitely did not have to do those steps for any of the jobs that I > have configured. They've upgraded to git plugin 2.0 without those steps. > > There

Re: Travails with upgrading, part 2

2013-10-24 Thread Joshua J. Kugler
So, all jobs run since the upgrade display fine. It's the jobs before the upgrade that are not displaying correctly. Any ideas? j On Wednesday, October 23, 2013 16:01:36 Joshua J. Kugler wrote: > So, I was using an old Jenkins version. Upgraded to to 1.533, then > downgraded to 1.509.4. > >

Re: build flow, early exit from parallel construct?

2013-10-24 Thread Åsmund Østvold
thank you James, I will have a look at the new code tomorrow. What I have now is: parallel( { b = build("pass"); if (b.getResult().toString() == "FAILURE") { build.doStop(); }}, { b = build( "fail" ); if (b.getResult().toString() == "FAILURE") { build.doStop();

Re: Travails with upgrading, part 2

2013-10-24 Thread Joshua J. Kugler
So, all jobs run since the upgrade display fine. It's the jobs before the upgrade that are not displaying correctly. Any ideas? j On Wednesday, October 23, 2013 16:01:36 Joshua J. Kugler wrote: > So, I was using an old Jenkins version. Upgraded to to 1.533, then > downgraded to 1.509.4. > > M

Re: Problem with git plugin 2.0

2013-10-24 Thread Mark Waite
I definitely did not have to do those steps for any of the jobs that I have configured. They've upgraded to git plugin 2.0 without those steps. There still seem to be several bugs in the git plugin 2.0 (refer to Jira for some examples), but it is working for me on the 20 or so jobs that I have co

Re: Compiler warnings script in global configuration

2013-10-24 Thread Ulli Hafner
And are there messages in the console log from the warnings plugin? They start with [WARNINGS] in the console log. And what is shown if you select the page of a build (not the job)? Ulli Am 24.10.2013 um 22:11 schrieb Maneesh M P : > Yes, I did enable the post build option for compiler warnings

Re: Problem with git plugin 2.0

2013-10-24 Thread Jon Schewe
I got my job to build, here is what I did. Is everyone expected to do this for all jobs using git? 1) Delete configured repository 2) Delete configured branches 3) Select "None" as SCM 4) Save 5) Configure git repository On Thu, Oct 24, 2013 at 2:59 PM, Jon Schewe wrote: > I just upgraded to

Jenkins Job Trigger

2013-10-24 Thread Matthew Mallard
I currently have four parameterized jobs that set their own paremeters and then move down a flow of jobs using these parameters. The four top jobs only kick when there is a change on a branch (ClearCase). The problem that I have is that there is a dependency on jobs 2,3, and 4 if job 1 see's a

Re: Nightlies failing due to java.lang.IllegalArgumentException: Unable to locate class file for class hudson.remoting.Launcher

2013-10-24 Thread Steven M
Has anyone solved this issue? We are seeing the exact same issue. We are running with Jenkins version 1.525. On Wednesday, August 10, 2011 8:49:46 AM UTC-4, Tim Downey wrote: > > Hi Martin, > > Interesting. I hadn't noticed that. Not sure if it is related, or if it > is a separate issue. Eith

Problem with git plugin 2.0

2013-10-24 Thread Jon Schewe
I just upgraded to git plugin 2.0 and Jenkins 1.509.4. I wiped out my workspace and then tried to run a build and got the messages below. I tried turning on the option to wipe out the workspace and force a clone and that didn't help either. *15:56:31* Started by user Jon Schewe

RE: build flow, early exit from parallel construct?

2013-10-24 Thread James Nord (jnord)
I think I made some changes in the code that may be able to help with this by chaining the abort to the rest of the build. If you combine this with some groovy to abort the build (by throwing the relavant exception) then the jobs in progress should be aborted. You will need to get the latest co

Re: Problems in login using LDAP server

2013-10-24 Thread Mauricio
2013/10/24 Daniel Beck > > On 22.10.2013, at 23:01, Mauricio Fuentes Montero < > fuentes.mont...@gmail.com> wrote: > > > RemoteIpAddress: 127.0.0.1; > > Is Jenkins behind a reverse proxy? Yes and using SSL. > What happens when you try to access it directly? The application is running on th

Re: Problems in login using LDAP server

2013-10-24 Thread Daniel Beck
On 22.10.2013, at 23:01, Mauricio Fuentes Montero wrote: > RemoteIpAddress: 127.0.0.1; Is Jenkins behind a reverse proxy? What happens when you try to access it directly? When you go to 'Manage Jenkins', does an error about your reverse proxy setup appear? Did you configure the URL to Jenki

Re: Problems in login using LDAP server

2013-10-24 Thread Stephen Connolly
Well we have reached the limit of my LDAP foo... Kohsuke? On Thursday, 24 October 2013, Mauricio wrote: > Hi Stephen, > > Thanks of answering... > > 2013/10/24 Stephen Connolly > 'stephen.alan.conno...@gmail.com');> > > > > > > Copy and paste the following into the script console, changing the

Re: git polling builds every 2 minutes, repository isn't changing - why?

2013-10-24 Thread Nigel Magnay
Actually, I have also recently upgraded to the git plugin 2.0, and am also seeing it repeatedly building (each time reporting many "SCM Change") followed by it rebuilding the exact same SHA1 as the last time it was built. Looks like a bug, but not sure exactly *where* yet.. On Thu, Oct 24, 2013

Re: git polling builds every 2 minutes, repository isn't changing - why?

2013-10-24 Thread Chris Cooper
The UI for setting the options in the 2.0 plugin is apparently drastically different from the UI of the 1.5 plugin … it's now got a label "Additional Behaviours" with a button "Add" that brings up a drop down menu. So, for example, where the 1.5 plugin shows you "Included Regions" and "Excluded

Re: Jenkins can't pull local Git repo - v1.536

2013-10-24 Thread cchen
Check if you have git user.name set. http://git-scm.com/book/en/Customizing-Git-Git-Configuration On Thursday, October 24, 2013 9:36:24 AM UTC-7, Julien Tanay wrote: > > Hi, > > Since this morning - and I absolutely don't know why! - Jenkins is not > able to pull from any of my local repositor

Re: git polling builds every 2 minutes, repository isn't changing - why?

2013-10-24 Thread Chris Cooper
Interesting … the configuration I have available looks NOTHING like that! I am up-to-date with Jenkins 1.536 and have the "Jenkins GIT client plugin" (version 1.4.5) and the "Jenkins GIT plugin" (version 2.0). In my job, in the "Source Code Management" section, one of the radio-button choices i

Re: Compiler warnings script in global configuration

2013-10-24 Thread Ulli Hafner
Did you enable the collection of compiler warnings in your job? Am 24.10.2013 um 02:23 schrieb Maneesh M P : > I did not get that question, there was nothing in the console output. I am > attaching the images, please take a look > > Thanks > M > > On Wednesday, October 23, 2013 2:59:15 PM UTC

Re: Problems in login using LDAP server

2013-10-24 Thread Mauricio
Hi Stephen, Thanks of answering... 2013/10/24 Stephen Connolly > > Copy and paste the following into the script console, changing the names to ones appropriate to your LDAP server > > String[] names = ["a group name","a user name","a name that does not exist"]; > for (name in names) { >

Re: git polling builds every 2 minutes, repository isn't changing - why?

2013-10-24 Thread Chris Cooper
I see people talking about git remote polling, but can't find the option anywhere to enable it. Can you point me to it? Thanks, Chris From: Maneesh M P mailto:maneesh.po...@gmail.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:jenkinsci-user

Re: git polling builds every 2 minutes, repository isn't changing - why?

2013-10-24 Thread Maneesh M P
Have you tried git remote polling ? Thanks, Maneesh On Thursday, October 24, 2013 9:05:32 AM UTC-7, cscooper wrote: > > I'm starting the process of converting from cvs to git, and running into a > strange issue. > > Right now, we have it set up so Jenkins polls git to see if anything > changed

Re: Jenkins can't pull local Git repo - v1.536

2013-10-24 Thread Julien Tanay
PS : I'm using Jenkins 1.536 with : GIT Plugin 2.0 GIT client Plugin 1.4.5 SSH Credentials Plugin 1.5.1 (STRANGE ; previous version was 0.3!!!) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving e

Jenkins can't pull local Git repo - v1.536

2013-10-24 Thread Julien Tanay
Hi, Since this morning - and I absolutely don't know why! - Jenkins is not able to pull from any of my local repository. Builds that worked yesterday don't today. The only error i got is this Exception : FATAL: Username may not be null java.lang.IllegalArgumentException: Username may not be n

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-24 Thread Costin Caraivan
I will try to revert the Jenkins version, but this might take a while. I don't want to do it in production (to prevent other breakage) and setting up a test instance will take a while. Meanwhile, this bug also happens when trying to use the "Run command on master" as the connection. I've tried to

git polling builds every 2 minutes, repository isn't changing - why?

2013-10-24 Thread cscooper
I'm starting the process of converting from cvs to git, and running into a strange issue. Right now, we have it set up so Jenkins polls git to see if anything changed (in the future I will try to get push notifications working) and for some reason it thinks the repository is always changing - so i

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-24 Thread Stephen Connolly
Just for laughs, could you try the same with Jenkins 1.480 using the stock versions of the plugins bundled in that version of Jenkins (I am picking that version as it should have reasonably old stock versions and so if there are significant regressions it should help us narrow down where things are

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-24 Thread Costin Caraivan
No SSH keys, just username + password. Credentials 1.9.1 SSH-slaves 1.5 SSH credentials 1.5.1 _ Costin Caraivan On Thu, Oct 24, 2013 at 5:41 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > what kind of ssh key are you using. Beware the JCE export restrictions > whic

build flow, early exit from parallel construct?

2013-10-24 Thread Åsmund Østvold
Build Flow Plugin very useful plugging. Is it possible to get the parallel construct to "terminate" still executing jobs at first job exiting with none success? Or at least early fail the job/section containing the parallel construct. Use case is that I have a total long(30min) check-in regressio

Connecting unix slaves through a tunnel

2013-10-24 Thread alok kumar
Hi All, I have a set of unix build machines which need to be used as jenkins slaves. They include linux, solaris, HPUX, AIX, etc. Now, the only way to connect to those machines is using SSH through a designated machine. So, how is it possible to make these machines jenkins slaves as I cannot conn

Re: regarding parametrized build trigger job

2013-10-24 Thread alok kumar
Thanks Maciej..I will look at it and let you know if that works for me..Are you the owner of the parametrized trigger plugin? On Thu, Oct 24, 2013 at 3:04 PM, Maciej Jaros wrote: > alok kumar (2013-10-23 15:51): > >Hi All, > I am working on creating a parametrized build trigger job in ord

Re: Problems in login using LDAP server

2013-10-24 Thread Stephen Connolly
Copy and paste the following into the script console, changing the names to ones appropriate to your LDAP server String[] names = ["a group name","a user name","a name that does not exist"]; for (name in names) { println("Checking the name '" + name + "'...") try { printl

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-24 Thread Stephen Connolly
what kind of ssh key are you using. Beware the JCE export restrictions which can make using keys longer than 2048 a no-no. Also are you 100% certain you are using the latest ssh-slaves, ssh-credentials, and credentials plugins? On 24 October 2013 15:02, Costin Caraivan wrote: > Hello, > > I'm t

RE: email-ext plugin error

2013-10-24 Thread Matthew.Webber
There have been a number of problems reported with 1.536, it seems to have broken several plugins. I suggest you consider rolling back to 1.535. I have seen the following tickets mention 1.536 (list may be incomplete or incorrect): https://issues.jenkins-ci.org/browse/JENKINS-18629 https://issue

Re: email-ext plugin error

2013-10-24 Thread Slide
You probably want to do that actually, there is an issue with 1.536 that is still in debug. On Thu, Oct 24, 2013 at 7:03 AM, agentbilly wrote: > What exactly was your definition of "shortly"? Because it's been two days > now and I haven't seen a new version. My email notifications are completel

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-24 Thread Costin Caraivan
BTW, I can ssh from the machine, directly, just fine. So the connection is good, SSH is ok, just Jenkins is acting up :( _ Costin Caraivan On Thu, Oct 24, 2013 at 5:02 PM, Costin Caraivan wrote: > Hello, > > I'm trying to connect an Ubuntu 12.04 64 bit master running on Oracle's > 1

Re: email-ext plugin error

2013-10-24 Thread agentbilly
What exactly was your definition of "shortly"? Because it's been two days now and I haven't seen a new version. My email notifications are completely broken and my only other option is to roll back Jenkins to the previous version. On Tuesday, October 22, 2013 11:51:17 AM UTC-5, slide wrote: > >

Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-24 Thread Costin Caraivan
Hello, I'm trying to connect an Ubuntu 12.04 64 bit master running on Oracle's 1.6 JDK to a slave with an identical configuration, through SSH or through executing an SSH command on the master. And I'm getting nowhere. Just a death throbber in the Jenkins slave interface, no log entries on the ma

[ANN] CloudBees open sources (most) of our support plugin

2013-10-24 Thread Stephen Connolly
As announced at JUC, we have open sourced (most) of our support plugin: https://wiki.jenkins-ci.org/display/JENKINS/Support+Core+Plugin The only bit we have held back from open sourcing is the bit that brands the support root action as being for CloudBees Support... (which is reserved for CloudBe

Re: Selenium plugin updates

2013-10-24 Thread sudheer babu
Online SAP HANA Trainingin India by 123 Trainings. We are providing excellent online training in SAP HANA by real-time IT industry experts with unique training methodology and Course Content covers all the in-depth critical scenarios. We

Re: regarding parametrized build trigger job

2013-10-24 Thread Maciej Jaros
alok kumar (2013-10-23 15:51): Hi All, I am working on creating a parametrized build trigger job in order to accept inputs from the users before the build is triggered. All is well, but, then I need an option where i can disable or enable a particular parameter based on another parameter. e

Re: Unable to upgrade from 1.534 to 1.535 (and 1.536)

2013-10-24 Thread Vincent Latombe
Probably a side-effect of the switch from winstone to jetty for the embedded container. Maybe there is something in your system that prevents jetty from initializing properly? Vincent 2013/10/24 Federico Fissore > I have an year old jenkins installation that I manually start and update > downl

Unable to upgrade from 1.534 to 1.535 (and 1.536)

2013-10-24 Thread Federico Fissore
I have an year old jenkins installation that I manually start and update downloading the war file Today I've upgraded the war to 1.536 and the log was jenkins@jenkins:~$ JENKINS_HOME=/home/jenkins/jenkins /opt/jvm/jdk1.7/bin/java -jar jenkins.war Running from: /home/jenkins/jenkins.war webroot