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
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
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
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
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
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,
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
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