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 solem...@gmail.com 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

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: Problem creating view programatically

2013-09-26 Thread Rui Fernando Hayashi
= pattern listView.includePattern = java.util.regex.Pattern.compile(pattern) Jenkins.instance.addView(listView) Jenkins.instance.save() While there's a ListView#setIncludeRegex(String) on master that does this automatically, it was only added in 1.526. On 25.09.2013, at 23:23, Rui Fernando

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 jobs

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, 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 ... To be more specific. Before

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