Cannot run groovy scriot from Dynamic Choice Parameter plugin

2012-09-04 Thread sample
Hi, I am using jenkins dynamic parameter plugin to generate the drop down choices in jenkin job. If i copy the script code inline, I get lot of noclassdeffound error. I want to see if I can invoke the script instread of inline code. In jenkins scriptler plugin, there is a statement " Groovy s

Re: vSphere plugin does not starts slave

2012-09-04 Thread Jason Swager
How is the slave agent being started? Does the VM connect via Java Web Start? Is Jenkins supposed to start the slave agent via SSH? If via Java Web Start, make sure the the slave agent really did start. If via SSH, make sure that the VM has enough time to fully start (wait for VM Tools plus

Perforce plugin- Don't do what I did

2012-09-04 Thread Richard J
I was working on eliminating a Perforce error being generated in my build script. As I checked in the modified build script into perforce, I added the p4 error message I was trying to fix in the change list description. That way, I could search for it if I saw it agian. Guess what: When Jenkin

Re: Getting "400 Bad Request" when visiting my Jenkins home page

2012-09-04 Thread R. Tyler Croy
On Tue, 04 Sep 2012, Dave wrote: > Hi, > > I recently installed Jenkins on CentOS. I have it running as a service. > Initially, I installed it fine and setup and ran a job fine. Something > happened between then and now because when i restart the service, and visit > my home page ... >

Getting "400 Bad Request" when visiting my Jenkins home page

2012-09-04 Thread Dave
Hi, I recently installed Jenkins on CentOS. I have it running as a service. Initially, I installed it fine and setup and ran a job fine. Something happened between then and now because when i restart the service, and visit my home page ... http://jenkins.mydomain.com/ I'm redirected to

Jenkins "Next executions" in the past?

2012-09-04 Thread Chuck Doucette
Our Jenkins master node was recently restarted. I happened to notice that the list of "Next executions" had dates in the past: Next executions JobFarm_Test_Mantis... 04/09/2012 13:04 JobFarm_Test_Mantis...

Re: WarningsPublisher aborted due to exception

2012-09-04 Thread طلال Anthony رابعة
Ignore this. I see it's released. Thank you! Anthony On 2012-09-04, at 12:19 PM, طلال Anthony رابعة wrote: > You mean this ticket (to which you are the assignee I see :-])? If so, it's > similar (the stack trace that is) to mine but not the same. So far I've > observed the following: >

Re: WarningsPublisher aborted due to exception

2012-09-04 Thread طلال Anthony رابعة
You mean this ticket (to which you are the assignee I see :-])? If so, it's similar (the stack trace that is) to mine but not the same. So far I've observed the following: The plugin has the Eclipse compiler specified. It's not 100% reproducible. Do you know when 4.16 is scheduled to be relea

Re: Jenkins vs Hudson: Complier warnings

2012-09-04 Thread Ulli Hafner
On 09/04/2012 03:09 PM, Engler wrote: The trend graph is not visible until at least two results are available. Which versions of the plug-ins are you using? Ulli These are the versions: analysis-core 1.45 violations 0.7.10 warnings 4.14 analysis-collector 1.3 I'm now seeing the

Re: WarningsPublisher aborted due to exception

2012-09-04 Thread Ulli Hafner
On 09/04/2012 04:48 PM, طلال Anthony رابعة wrote: Good morning! Has anybody seen this error before? I've done a little Googling but haven't uncovered an exact match. What about searching in Jira? ;-) This issue has been fixed in 4.16. Ulli ERROR: Publisher hudson.plugins.warnings.Warni

Re: Hide Jobs on All Tab.

2012-09-04 Thread RainerW
The "ALL" Tab is just a view. Just change it's configuration. And/or specify another view to be the default view (tab) in "Manage Jenkins / Configure Jenkins / Default view". cheers Rainer On Tuesday, September 4, 2012 5:14:50 PM UTC+2, bearrito wrote: > > Is it possible to hide selected views

Hide Jobs on All Tab.

2012-09-04 Thread bearrito
Is it possible to hide selected views on the "ALL" tab? I have numerous jobs that are cluttering up the main tab. I only want to show certain top level jobs on that tab, but still have them be available in other views.

WarningsPublisher aborted due to exception

2012-09-04 Thread طلال Anthony رابعة
Good morning! Has anybody seen this error before? I've done a little Googling but haven't uncovered an exact match. ERROR: Publisher hudson.plugins.warnings.WarningsPublisher aborted due to exception java.lang.NullPointerException at hudson.plugins.warnings.WarningsResult.getFileName(

Re: Build failing because Jenkins is unable to delete a tmp file

2012-09-04 Thread stefano perticoni
Ok we traced the issue: it was not a Jenkins one but a gperftool multi thread profiling issue. http://code.google.com/p/gperftools/?redir=1 We're switching to Valgrind (gperftool seems quite dead anyway...) Thank you very much for your help, Regards, Stefano Il giorno lunedì 3 settembre 201

Re: Jenkins vs Hudson: Complier warnings

2012-09-04 Thread Engler
> > The trend graph is not visible until at least two results are available. > Which versions of the plug-ins are you using? > > Ulli > These are the versions: analysis-core 1.45 violations 0.7.10 warnings 4.14 analysis-collector 1.3 I'm now seeing the trend graphs but the configuration of

MSTestRunner plugin unable to launch mstest.exe

2012-09-04 Thread Arve Knudsen
Hi guys I've configured the MSTestRunner plugin to use the following path to MSTest (sans quotes): 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\mstest.exe'. When building, MSTest gets invoked as follows: cmd.exe /C "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Commo

Builds aborted during shutdown are marked as successful (stable) after restart

2012-09-04 Thread Christoph Kutzinski
Hi, I've repeatedly seeing that builds which are aborted during shutdown (sometimes we've to restart Jenkins becuase of heap problems) are marked as successful, while they IMO should be marked as aborted. This is causing problems for us because warning trends reported by the Analysis plugins be

RE: Writing Jenkins configuration files

2012-09-04 Thread Mandeville, Rob
First off, you don’t need to write a plugin. You may need to install one, but not write one. You will probably need to read the Jenkins documentation at some point, but you may be able to fumble through this without it. The main site is at Jenkins-ci.org; click on “use jenkins” for a sort of

Can i change the Subversion Workspace Version for (only) one slave node?

2012-09-04 Thread RainerW
Hi, my jenkins master (LTS) has many slaves. Just added a new slave, which has a svn commandline client version 1.7 installed ... Because we run shell scripts which invoke that commandline client we run into problems: Jenkins is configured to use a "Subversion Workspace Version" 1.6, so the che

Re: plugins and jobs missing after system restart

2012-09-04 Thread R NB
jenkins:x:118:65534::/var/lib/jenkins:/bin/bash On Tue, Sep 4, 2012 at 2:28 AM, Gábor Garami wrote: > Hmm and what is the home dir of jenkins user? Try to find it in /etc/passwd > > Garami Gábor > gabor.gar...@hron.me > Skype: hron84 > Tel: +36 20 235 9621 > > Sent from my T-Mobile G2 > Ezt a le

Re: Maven Build on Slave Fails: NoClassDefFound error when parsing pom.xml

2012-09-04 Thread Michaël Pailloncy
We also have been faced on the same problem. We were obliged to restart several times slaves before they can be reused (randomly). For the record, which version of java on slave and master are you using ? Our configuration : Master : AIX 5.3 - java version "1.6.0" Java(TM) SE Runtime Environment (

SCM polling stopped to work

2012-09-04 Thread aldaris
Hi, recently I'm having problems with a Jenkins 1.424.6 deployment, for some reason after a while Jenkins stops to poll the SCM (the svn polling log seems to contain the last _successful_ check and that's all), also periodic building seem to suffer from the same problem. Are you aware of an