Re: Certificate problems when trying to deploy jenkins slave on Windows machine

2018-02-09 Thread Mark Shapiro
Were you able to find a resolution for this? I just started having this problem recently. On Thursday, November 17, 2016 at 3:51:18 AM UTC-5, buddy123 wrote: > > Hi everyone, > Im trying to add a Windows slave for to Jenkins > I created a new Java webstart node, copied the command to my WIndows

Powershell output does not show on jenkins pipeline as in freestyle job

2018-02-09 Thread Thiago Carvalho D Avila
I am using jenkins pipeline with latest LTS version and, even if I pass returnStdout. I tried: powershell 'Write-Host \'Hello World!\'' and powershell returnStdout: true, script: 'Write-Host \'Hello World!\'' When I create a normal free-style job with a Windows PowerShell step, it works:

bitbucket push hook

2018-02-09 Thread luca paganotti
Hi all, maybe this is an outdated question, but i'm having troubles in defining correctly a web-hook for a bitbucket repository. If I call the REST API directly from my browser the call goes fine and triggers the needed build job. Whe I set up it (I think the same way) in bitbucket I have a

Re: jenkins slave offline

2018-02-09 Thread Carlos Sanchez
that means jenkins can't talk to my-kubernetes-cluster-ip and it wouldn't possibly launch a pod On Fri, Feb 9, 2018 at 11:17 AM, Nick Li wrote: > Hi Carlos, > > In my jenkins kubernetes cloud config section. I have a connection error > now. > I confirmed the

Re: Multibranch Project Parameterized Drop-down?

2018-02-09 Thread pisymbol .
On Fri, Feb 9, 2018 at 8:53 AM, Victor Martinez < victormartinezru...@gmail.com> wrote: > Although I'm not aware of any dsl for that parameters, but the below URL > might help you to convert UI configuration to pipelines easily: > >

Re: Multibranch Project Parameterized Drop-down?

2018-02-09 Thread Victor Martinez
Although I'm not aware of any dsl for that parameters, but the below URL might help you to convert UI configuration to pipelines easily: https://jenkins.io/doc/book/pipeline/getting-started/#snippet-generator Cheers -- You received this message because you are subscribed to the Google

Re: Java heap space

2018-02-09 Thread Consult Hyperion *
At the last count: 42938 Warning(s) I did wonder if that was just too many and it was overloading something. Is that the problem? On Thursday, February 8, 2018 at 5:16:52 PM UTC, Ullrich Hafner wrote: > How many warnings do you have? > > Am 08.02.2018 um 18:01 schrieb Consult Hyperion *

Re: jenkins slave offline

2018-02-09 Thread Nick Li
Hi Carlos, In my jenkins kubernetes cloud config section. I have a connection error now. I confirmed the admin/k8s-password. Error testing connection http://my-kubernetes-cluster-ip: java.net.SocketTimeoutException: connect timed out Thanks On Friday, February 9, 2018 at 5:04:38 PM UTC+8,

Re: ReverseProxyAuth not working anymore

2018-02-09 Thread Laurent Martelli
I was missing the "ProxyPreserveHost On". I've added it and it seems to work again now :-) Thanks. Le jeudi 8 février 2018 21:53:34 UTC+1, Ivan Fernandez Calvo a écrit : > > If you use Apache httpd in front of Jenkins check that your config looks > like this one > > > ProxyPreserveHost On

Re: jenkins slave offline

2018-02-09 Thread Carlos Sanchez
you can check the steps in https://github.com/jenkinsci/kubernetes-plugin/#debugging to debug On Fri, Feb 9, 2018 at 7:09 AM, Nick Li wrote: > jenkins-slave is offline (suspend) from jenkins webpage. > > My environment: > I have jenkins running on a debian server, created

jenkins slave offline

2018-02-09 Thread Nick Li
jenkins-slave is offline (suspend) from jenkins webpage. My environment: I have jenkins running on a debian server, created a k8s cluster in gcp. installed kubernetes-plugin, configed k8s in jenkins cloud section,(using admin/k8s password.), Then created a test pipeline job using the following