Users security lost after Jenkins restart

2014-11-25 Thread Niksan
I'm not sure if anyone else has ever seen this, but I have had it happen the last two times I've restarted the Jenkins server. I'm currently on v1.589 and it does it here. I've set up four user accounts who have full permissions set and anonymous just has read set. This is all done via Jenkins

Re: schedulebuild2 not setting downstream build

2014-11-25 Thread Peter Wiseman
Hi Satpal, Your posting gave me the indentice I needed (i.e. it confirmed the problem) to keep hunting for solutions, and I finally found one. http://stackoverflow.com/questions/8884166/how-do-i-dynamically-trigger-downstream-builds-in-jenkins Peter. On Friday, 29 August 2014 02:32:50 UTC+10,

Repository Connector Plugin

2014-11-25 Thread El alaoui Mohamed Reda
Hi, in the job parameters we can choose the version of artifact but this information comes from the local repository like the enclosed pictures in this mail. my question : there is a way to get the Artifact version from the remote repository in my case (Nexus) if not, can we create an issue to

Re: Jenkins become unresponsive

2014-11-25 Thread Rupali
Hi, Another instance of Jenkins hanging. Thread dump attached. We are using Jenkins version 1.565 Can you advise what could be happening here? Does Jenkins has any pause times where it becomes inaccessible? Regards, Rupali On Monday, October 20, 2014 5:16:29 PM UTC+5:30, Rupali wrote: Hi, We

Does jenkin plugin installation needs jenkins restart incase if it is upgraded to newer version ?

2014-11-25 Thread Jagadish Sethi
Does jenkin plugin installation needs jenkins restart incase if it is upgraded to newer version ? Initially when I have installed a jenkin plugin in my jenkins instance it doesn't need jenkins restart and I can use then further in job. But when I have manually installed plugin to newer version.

Re: Does jenkin plugin installation needs jenkins restart incase if it is upgraded to newer version ?

2014-11-25 Thread Mark Waite
That's the general case I've experienced. When I upgrade a plugin, either by upload of my own copy, or by download from the update center, I almost always need to restart Jenkins before the updated plugin is used. Mark Waite On Tue, Nov 25, 2014 at 10:59 AM, Jagadish Sethi

Re: Does jenkin plugin installation needs jenkins restart incase if it is upgraded to newer version ?

2014-11-25 Thread Jagadish Sethi
So this the expected case where we always need to restart jenkins instance if we upgrade a plugin. On Tuesday, 25 November 2014 18:01:53 UTC, Mark Waite wrote: That's the general case I've experienced. When I upgrade a plugin, either by upload of my own copy, or by download from the update

Re: Does jenkin plugin installation needs jenkins restart incase if it is upgraded to newer version ?

2014-11-25 Thread Mark Waite
Yes On Tue, Nov 25, 2014 at 11:12 AM, Jagadish Sethi jagadish4se...@gmail.com wrote: So this the expected case where we always need to restart jenkins instance if we upgrade a plugin. On Tuesday, 25 November 2014 18:01:53 UTC, Mark Waite wrote: That's the general case I've experienced.

Re: Does jenkin plugin installation needs jenkins restart incase if it is upgraded to newer version ?

2014-11-25 Thread Stephen Connolly
It's mostly easy to wire up a new plugin where none was before. Most of the plugin functionality will be enabled. You'd only need a restart to work around any plugins with an optional dependency on the newly installed plugin IF they do hard caching This is exceedingly rare, so for the 99.9%

Re: [workflow-plugin]: How to read parameters from one step to another

2014-11-25 Thread Kohsuke Kawaguchi
Right, this needs to be documented better (and Jesse is working on it.) The input step returns a map that contains the values as a Map. So in your case v = input(...) echo(v.projName) echo(v.projID) In your case those are both string parameters, so you get a java.lang.String object. Some other

Auto-generating a complex view setup

2014-11-25 Thread Rob Mandeville
I have a matrix of n projects building on m branches, and I am putting together pipelines for each one. That is, there are a set of jobs of the form regression tests for branch FOO of project BAR. I have a JSON file showing the list of branches, projects, and their configurations. With that,

Re: [workflow-plugin]: How to read parameters from one step to another

2014-11-25 Thread Rupali Chorghe
Great. Thanks for the explanation. Regards, Rupali On 26-Nov-2014 1:15 am, Kohsuke Kawaguchi k...@kohsuke.org wrote: Right, this needs to be documented better (and Jesse is working on it.) The input step returns a map that contains the values as a Map. So in your case v = input(...)

Re: how to configure paths for Publish JUnit test result report plugin

2014-11-25 Thread Md. Humayun Kabir Rana
But, How I will generate xml file I could not understand. and Where I will put this xml file pls On Wednesday, December 26, 2012 9:14:52 PM UTC+6, Harpreet singh Wadhwa wrote: Regular expression is the key :-) example: **/Test-*.xml This will get all the files starting with Test and ending