Re: Generating parallel flow with Build Flow Plugin

2014-01-17 Thread Tom De Vylder
On 16 Jan 2014, at 19:15, Rodrigo García Peláez rodrigogarciapel...@gmail.com wrote: Any ideas? When I run sequentially the GENERIC_DEPLOYMENT job quickly I get the job to run twice in parallel. The quite period is 0 for this job. But when I do it from the Build Flow job below it runs

RE: jvm crash...a fatal error. had been detected. ..exception. access violation...server restart. and jenkins. server remains. offline. until manually restarted. through. launch web start

2014-01-17 Thread Matthew.Webber
Hi Abc, The format of your message makes it very difficult to read and understand, so it will likely be ignored (remember, we're volunteers on this list). If you want people to help, you need to describe your problem in a way that makes it easy for people to read and understand. The English

How to get last stable build number through groovy script ?

2014-01-17 Thread Maneesh M P
I am able to get the current build number currentBuildNumber = manager.build.number How to get the lastStableBuild, lastFaledBuildNumber ? Thanks, M -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop

Nunit multiple report files

2014-01-17 Thread Matthias
Hello We are using Jenkins to build a Delphi Job. This Job builds an x64 and x86 Tests.exe. Both of them excecute fine and also generate a seperate dunit-report.xml and dunit-report-x64.xml file. If we insert only one of these two files into the Publish NUnit test result report Plugin

Re: How to get last stable build number through groovy script ?

2014-01-17 Thread Daniel Beck
For Freestyle jobs at least, it's manager.build.parent.lastStableBuild.number and manager.build.parent.lastFailedBuild.number. Note that this only works like this in Groovy Postbuild Plugin, which has no relation to Groovy Plugin. On 17.01.2014, at 10:56, Maneesh M P maneesh.po...@gmail.com

Re: how to change email address in all job configuration [Email Ext plugin]

2014-01-17 Thread Slide
You'd have yo get the configured triggers and iterate over them as well. On Jan 16, 2014 6:16 PM, Maneesh M P maneesh.po...@gmail.com wrote: I was able to use the below script to iterate through email address, but the problem is even this doesn't display addresses in the trigger import

Re: Securely obtain the Jenkins package and public key

2014-01-17 Thread Marius Gedminas
On Thu, Jan 16, 2014 at 09:33:34AM -0800, Kohsuke Kawaguchi wrote: On 01/16/2014 06:19 AM, Marius Gedminas wrote: What about packaging? The Debian packages available from upstream start the web server on the public IP right from the post-inst script, before you get a chance to set up any

JUnit skipped tests NOT appearing in main report columns but appear in packages reports columns

2014-01-17 Thread Tomás Ortí
Hi. In our team we are getting JUnit test results reports with Jenkins plugin. But we only get skipped tests (the ones with the Java annotation with @Ignore) at the package level. For the main report result window, we only get Fail and Total. Check these images: *Main Test Result Report* You

SimpleClearCase-Plugin with Jenkins

2014-01-17 Thread Palanilkunnathil Melemuriyil, Vinod P
Hello all, After having installed this plug-in (SimpleClearCase-Plugin) to integrate Jenkins with UCM Clearcase and to poll the SCM for any changes, I am not sure what values are to be filled in for these options displayed in the job setup. I have referred this URL

Build Flow causes all executors dead while executing the job

2014-01-17 Thread Tushanka hak
Hi , I am using a build flow plugin to execute sequential jobs But when i execute the master job build flow it runs some of the jobs and suddenly all the threads die giving the below error java.lang.NullPointerException at

What exactly is 'response time'?

2014-01-17 Thread David Aldrich
Hi The 'Manage nodes' page of our Jenkins installation shows widely different response time for our slaves, ranging from 31ms to 12s. The figure at the top of the column is 17min. Our master and most slaves run Linux. All run on an internal network. What exactly does 'response time'

RE: What exactly is 'response time'?

2014-01-17 Thread David Aldrich
Hi Stephen Yes, some are VMs. David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Stephen Connolly Sent: 17 January 2014 14:32 To: jenkinsci-users@googlegroups.com Subject: Re: What exactly is 'response time'? Its the time the last ping packet

RE: What exactly is 'response time'?

2014-01-17 Thread David Aldrich
Hi Pinging the slave from the master's command line consistently gives a response time of 160ms, as opposed to 12s. BR David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Stephen Connolly Sent: 17 January 2014 14:32 To:

Re: LTS 1.532.2 release date

2014-01-17 Thread Stephen Connolly
when it is ready On 17 January 2014 14:39, Guillaume Boucherie guillaume.bouche...@gmail.com wrote: Hi, When did you plan to release version 1.532.2 of Jenkins ? Version 1.532.1 has some really annoying bug. Thanks -- You received this message because you are subscribed to the Google

Re: What exactly is 'response time'?

2014-01-17 Thread Stephen Connolly
This is a ping through the remoting layer, i.e. how long it takes jenkins to send a simple command there and back. On 17 January 2014 14:36, David Aldrich david.aldr...@emea.nec.com wrote: Hi Pinging the slave from the master’s command line consistently gives a response time of 160ms, as

Re: What exactly is 'response time'?

2014-01-17 Thread Stephen Connolly
Then a couple of seconds might not be critical, rather indicative of a poorly resourced VM at the time the ping was measured. If the same slave is consistently showing poor ping times when idle... that would indicate a potential issue On 17 January 2014 14:32, David Aldrich

LTS 1.532.2 release date

2014-01-17 Thread Guillaume Boucherie
Hi, When did you plan to release version 1.532.2 of Jenkins ? Version 1.532.1 has some really annoying bug. Thanks -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: What exactly is 'response time'?

2014-01-17 Thread Stephen Connolly
Its the time the last ping packet took to route through the remoting layer. 12s does sound a bit bad... the ping may have hit the node when busy archiving artifacts or during a GC pause... or are some of your slaves VMs? On 17 January 2014 14:12, David Aldrich david.aldr...@emea.nec.com wrote:

Re: email not sent by jenkins

2014-01-17 Thread pras.sawant
Hi the issue was with System Admin E-mail Address , I put correct user now I can receive mails using debug was not that helpful see below output before fixing the issue , couldn't trace out what was the issue Checking if email needs to be generated Email was triggered for: Always Sending email

REST API for promoting builds

2014-01-17 Thread bedge
I read a lot of people talking about the REST API for build promotion, but I can't find any documentation on it. What is the URL/API for forcing a job promotion? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/REST-API-for-promoting-builds-tp4687670.html Sent from the

RE: What exactly is 'response time'?

2014-01-17 Thread James Nord (jnord)
Hi David, 160ms for a ping seems rather high. Are the master/slave in different continents? VM to VM (hosted on different co-located physical machine) I am getting sub millisecond. rtt min/avg/max/mdev = 0.172/0.434/0.844/0.278 ms /James From: jenkinsci-users@googlegroups.com

Managing maven credentials on a shared build server

2014-01-17 Thread Naumenko, Roman
Hi, Are there any known best practices for managing credentials for maven on a shared build server? Only way I see it is to have store them in a workspace in custom setting xml, but for that users should be able to upload the file from somewhere. And only option is to get it from version

Re: Generating parallel flow with Build Flow Plugin

2014-01-17 Thread Rodrigo García Peláez
Hi, Thanks for your response. My problem is that I'm trying to build it dynamically depending on the parameters. I can receive a list of servers to deploy to so I want to run the job to deploy to each server in parallel. That list of servers can be different every time, as it's passed

Re: A way to get rid of useless local workspace?

2014-01-17 Thread kgiloo
Thank you so much for your explanation! It seems now easy to define a new slave, trigger svn update on it with SCM poll, and execute the Ant script from that location. Don't need even my Ant remote task anymore with jenkins slave agent... On Thursday, January 16, 2014 10:05:12 PM UTC+1,

Re: jenkins warnings plugin pclint linux

2014-01-17 Thread Ulli Hafner
I would suggest that you pipe the output of the pclint command through a small script that removes the Z: from the filenames. (Or you can use a custom parser that basically does the same as the pclint parser and remove the Z: prefix there) Ulli Am 15.01.2014 um 15:51 schrieb Stijn

Re: jenkins warnings plugin pclint linux

2014-01-17 Thread JonathanRRogers
On Wednesday, January 15, 2014 9:51:25 AM UTC-5, Stijn wrote: Hi, I'm using pclint together with jenkins warnings plugin on linux. However, pclint is a windows executable executed by wine. Therefore, the output of pclint is something like

Jenkins global env vars stuck for some slave jobs

2014-01-17 Thread Allen Cronce
Hi all, We've been trying to use Jenkins global env vars to define the svn URL to use for some of our builds. While this seemed to work when we tested it earlier, now that we're trying to set the env var back from a release branch to the trunk, the value of the env var seems stuck for some

Re: Send over ftp only changed scm files

2014-01-17 Thread Abdelali AHBIB
Hi, Can you share what you did with me, I look for the same think you describe in your post, send just changed files in svn! Thank you in advance :) On Tuesday, June 12, 2012 8:46:40 PM UTC+1, Eduardo Rodrigues wrote: Rob, Your answer make me think in oder possibilities.Thank you Roy

Re: Managing maven credentials on a shared build server

2014-01-17 Thread Stephen Connolly
There is actually a layered set of credential stores... if you use the folders plugin (which as of version 4.0 is free as in Open Frickin Source) then you can tie credentials to within a specific folder. imod has been working on trying to integrate credentials into the maven settings.xml

Re: How to get last stable build number through groovy script ?

2014-01-17 Thread Maneesh M P
Thank you!! I was looking for Post build plugin information only. I am curious know why is that different from groovy plugin? Also there a document available to find out these information of groovy post build plugin and groovy plugin? Thanks, Maneesh On Friday, January 17, 2014 2:25:07 AM

Re: Jenkins global env vars stuck for some slave jobs

2014-01-17 Thread Jason Swager
Try restarting your slaves. There was an issue with EnvInject where global variable changes wouldn't propagate to the slave unless the slave was fully disconnected and reconnected. On Friday, January 17, 2014 8:19:34 AM UTC-8, Allen Cronce wrote: Hi all, We've been trying to use Jenkins

Re: Jenkins global env vars stuck for some slave jobs

2014-01-17 Thread Allen Cronce
Thanks. I just tried that (before seeing your email). It worked. The build slave now has the correct env var value. I guess that we can reboot as a work around. We don't change back and forth between the trunk and branches that often. But is there a more permanent solution? Maybe the problem

Re: Logger to feature mapping

2014-01-17 Thread Balaji Parthasarathy
Thanks a lot Daniel. I'll give that a try. Just for academic purpose, if indeed I want to know the logger to feature mapping, where would I look? Thanks Balaji On Thu, Jan 16, 2014 at 5:58 PM, Daniel Beck m...@beckweb.net wrote: Logging wouldn't help for these, as these actions don't seem to

Re: Jenkins global env vars stuck for some slave jobs

2014-01-17 Thread Jason Swager
I believe that JENKINS-14623https://issues.jenkins-ci.org/browse/JENKINS-14623 covers this issue indirectly. On Friday, January 17, 2014 9:54:59 AM UTC-8, Allen Cronce wrote: Thanks. I just tried that (before seeing your email). It worked. The build slave now has the correct env var value.

Re: LTS 1.532.2 release date

2014-01-17 Thread Daniel Beck
On 17.01.2014, at 15:39, Guillaume Boucherie guillaume.bouche...@gmail.com wrote: Version 1.532.1 has some really annoying bug. If the bug is more annoying than your process requirements are rigid, you can always upgrade to the recently created release candidate.

Re: How to get last stable build number through groovy script ?

2014-01-17 Thread Daniel Beck
On 17.01.2014, at 18:29, Maneesh M P maneesh.po...@gmail.com wrote: I am curious know why is that different from groovy plugin? Also there a document available to find out these information of groovy post build plugin and groovy plugin? Well, both have Wiki pages that describe what each

Re: Logger to feature mapping

2014-01-17 Thread Balaji Parthasarathy
Forwarding Daniel's reply to the mailing list in case it helps someone else in the future. Sorry if I should not have done that. Balaji On Fri, Jan 17, 2014 at 10:50 AM, Daniel Beck m...@beckweb.net wrote: The source code, I'm afraid (but you'll learn how to script and extend Jenkins in the

Re: A way to get rid of useless local workspace?

2014-01-17 Thread Les Mikesell
It is pretty much the point of the slave agent and the way jenkins works to do all of the remote work for you. I wasn't sure if you did not understand that or if you had some special requirement to run your own remote ant script. If you want some things to be copied back to the master, add a

Re: how to change email address in all job configuration [Email Ext plugin]

2014-01-17 Thread Maneesh M P
I see this method in the code * Get the list of configured email theTriggers for this project. * @return */ public ListEmailTrigger getConfiguredTriggers() { if (configuredTriggers == null) { configuredTriggers = new ArrayListEmailTrigger(); }

Re: LTS 1.532.2 release date

2014-01-17 Thread Les Mikesell
On Fri, Jan 17, 2014 at 12:43 PM, Daniel Beck m...@beckweb.net wrote: On 17.01.2014, at 15:39, Guillaume Boucherie guillaume.bouche...@gmail.com wrote: Version 1.532.1 has some really annoying bug. If the bug is more annoying than your process requirements are rigid, you can always

Re: LTS 1.532.2 release date

2014-01-17 Thread Daniel Beck
On 18.01.2014, at 00:32, Les Mikesell lesmikes...@gmail.com wrote: Is there a changelog for that? Not a regular one yet, but there's the list of resolved issues [1] and the list of changes since 1.532.1 in Git [2]. 1: