Re: problem configuring jenkins + adding plugins

2015-06-02 Thread Neelima V
Thanks for your suggestion. I was facing this issue from 2 days onwards. On Monday, 27 April 2015 21:58:54 UTC+5:30, Dipen Patel wrote: > > Hi.. > This issue is in google chrome browser. > Open Mozilla Firefox and do your work. > > Thanks, > Dipen Patel , > Linux Expert > Mo:+91 9909013212 > Em

How to export the changes accepted in jenkins rtc build

2015-06-02 Thread Pravin Patil
I have RTCv5.0.2 integrated with Jenkinsv1.6.12 for continuous build. After a build (no matter successful or unsuccessful build) Jenkins displays very nicely the CHANGES that went into the build. Is there a way to export this changes in .xls/.csv/.pdf/.any other format? *I want to report on:*

Re: Deleting old builds on nodes

2015-06-02 Thread Dan Sirgey
Sorry, it's been a while since I set up the slaves. Yes, this is a dumb slave set up to launch the slave agent via ssh. On Thursday, May 28, 2015 at 11:06:46 AM UTC-4, Dan Sirgey wrote: > > I assume you're asking if there's a Jenkins presence on the slave machine > outside the ssh connection? If

Re: Parameters map in Workflow job

2015-06-02 Thread Baptiste Mathus
I'm not sure I understand your issue, and why you would want to iterate over params? The build parameters are accessible with groovy variables of the same names. 2015-06-02 20:33 GMT+02:00 Pablo Ramirez : > Do I extremely lost? > > On Wednesday, May 13, 2015 at 6:50:13 PM UTC-3, Pablo Ramirez wro

Re: Parameters map in Workflow job

2015-06-02 Thread Pablo Ramirez
Do I extremely lost? On Wednesday, May 13, 2015 at 6:50:13 PM UTC-3, Pablo Ramirez wrote: > > Hi, > > I'm using workflow plugin as a parametrized build to do some deployment > tasks, is uses input parameters (checkbox) which are evaluated for "true" o > "false" to run the deploy for selected pa

Re: Side panel is completely blank after upgrading

2015-06-02 Thread Ryan Nelson
For anyone watching, this was caused by a plugin. Which one, though, I have not been able to determine. But turning them all off fixed the problem, and then I've been incrementally turning them back on. Also, the ajax calls I posted about later are apparently normal. So no smoking gun there.

PostgreSQL for Jenkins

2015-06-02 Thread Cédric Barme
Hello, I'm looking for some informations about Jenkins and more specificaly about it plugin : https://wiki.jenkins-ci.org/display/JENKINS/PostgreSQL+Database+Plugin What version of PostgreSQL can I use with Jenkins ? Does the last release of PostgreSQL is ok for Jenkins ? (9.4) Best regards,

RE: Performance-plugin

2015-06-02 Thread Stephane Lalande
I have been trying to install this plugin for test ran in Robot Framework but have not been able to have even on performance reported. On what file is this plugin looking into? I have converted my robotframework xml test in Xunit test results. But still no luck. thanks From: jenkinsci-users@

Performance-plugin

2015-06-02 Thread jes Struck
Hello Jenkins Users, We are in the process of implementing performance test in Jenkins, and has therefor installed the Performance plugin. but we are struggeling with two major isseus. 1.) All test is reported as an error even doe all of them is sgiving html status, 200 OK. - Please see the

Performance-plugin

2015-06-02 Thread jes Struck
Hello Jenkins Users We are in the process of implementing Performance test in Jenkins, using JMeter,and have therfor installed the Performance-plugin for Jenkins. we have at the moment two major issues with this plugin, 1.) All test are reported as errors, even though all of our test is return w

Re: Reloading configuration form disk is invalid

2015-06-02 Thread Baptiste Mathus
Hi, What is your Jenkins version? Cheers 2015-05-26 10:48 GMT+02:00 : > I have a job > > I try to modify the slave name of job in job's config.xml > > Then reload jenkins > > After above all, the slave label in job is not be changed into my > expected. > > How can i do it ? > > -- > You receive

Re: Let running Jenkins job fail/succeed "from outside"?

2015-06-02 Thread Christian Flamm
*bump* -- 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 to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.go

Re: [workflow-plugin] getting error: java.io.NotSerializableException: java.util.HashMap$Entry

2015-06-02 Thread Nyc, Petr
Hi, I was having the same issue. Surprisingly, when you use c-style loop with index, it works. Something like this: for ( pindex = 0; pindex < pkgs.size(); pindex++ ) { for ( bindex = 0; bindex < build_machines.size(); bindex++ ) { bmachine = build_machines[bindex] def pkg = p