Manually defining jenkins cli port

2013-07-31 Thread Rui Fernando Hayashi
Hi I'm using the OpenID plugin for authentication. I'm trying to use the CLI, but I get this error: "Exception in thread "main" java.io.IOException: No X-Jenkins-CLI2-Port among [null, Vary, Date, Content-Length, Keep-Alive, Set-Cookie, Connection, Content-Type, Server]" As far as I understood,

Problem creating view programatically

2013-09-25 Thread Rui Fernando Hayashi
Hi I'm trying to create a view programatically using code like this: def listView = new ListView("my-view", Jenkins.instance) listView.includeRegex = "myregex" Jenkins.instance.addView(listView) Jenkins.instance.save() The view is created, but the jobs that match the regex are not listed. The jo

Re: Problem creating view programatically

2013-09-26 Thread Rui Fernando Hayashi
matically, it was only added in 1.526. > > On 25.09.2013, at 23:23, Rui Fernando Hayashi wrote: > > > Hi > > > > I'm trying to create a view programatically using code like this: > > > > def listView = new ListView("my-view", Jenkins.instance) > &g

Communication problem with slave is not notified by email

2013-12-03 Thread Rui Fernando Hayashi
I've had some exceptions like this lately: FATAL: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel at

Re: Communication problem with slave is not notified by email

2013-12-04 Thread Rui Fernando Hayashi
I've been having this issue quite frequently :( Maybe the best approach in this case would be to debug the network problem. But I don't have any idea on how to do that. Any help is appreciated. Tks On Tue, Dec 3, 2013 at 9:23 AM, Rui Fernando Hayashi wrote: > I've had so

Abort job given a parameter value

2012-09-20 Thread Rui Fernando Hayashi
Hi Is there a way I could abort a job execution when a parameter has a given value? To be more specific. Before performing the project release, the developer must perform a task. I created a parameter that indicates whether the task's been performed. I want that the release only occurs if the

Re: Abort job given a parameter value

2012-09-21 Thread Rui Fernando Hayashi
You're right, I knew that, but I didn't realize that if a script returns a non-zero exit code, it fails the build. It worked. Tks Rui On Friday, September 21, 2012 3:59:29 AM UTC-3, Neil Bird wrote: > > Around about 20/09/12 18:23, Rui Fernando Hayashi typed ... > &g

Re: Reverse Proxy Broken (mod_jk)

2015-03-11 Thread Rui Fernando Hayashi
I've managed to solve that using mod_proxy_ajp. On Wed, Mar 11, 2015 at 7:37 AM, Marcos Rey wrote: > Hello! > > I've been reading the messages around the list and I see that more people > see this message on 'Manage Jenkins' when running apache+mod_jk with > Jenkins. Any input would be greatly a