Help with Jenkins Configuration

2018-11-11 Thread Shiva Konduru
Hi, Given below is my Jenkins configuration using Windows 2016. 1. Jenkins is behind a NAT running on Windows 2016 EC2 instance behind a load balancer. 2. I can access internet from Jenkins and I can confirm that there is no proxy configuration on the Jenkins itself. 3. I manage to configure the

Re: help with plugin Openid Connect Authentication Plugin

2018-11-11 Thread Shiva Konduru
I managed to work around the above exception by granting permissions to authenticated users during the configuration itself. How ever, I am running into this wierd message and I am not sure how to take this up further: 1. Jenkins redirects me to my IDP Provider. 2. IDP Provider authenticates m

Issue with spaces in string parameter

2018-11-11 Thread Raunak Kumar Gupta
I have a string parameter in jenkins called 'Keywords'. I set the value of Keywords = "Google,Microsoft,Uber Go". But jenkins string parameter takes only till "Google,Microsoft,Uber" and truncates "Go" automatically. Due to this my code runs incorrectly. Can anyone help in handling this auto-tr

Jenkins upload dotnet build results to nexus

2018-11-11 Thread Faad Sayaou
Hi all, I am using a pipeline script to upload the result of my dotnet build (in a zip) to nexus repo 3. I am using the Nexus repository manager to do so. However, I am getting an error when I execute the build. Is there any way I can use maven to upload the zipped results to nexus? here is my s

Re: Job Failed with "java.lang.OutOfMemoryError: unable to create new native thread" On Kuberentes cluster..

2018-11-11 Thread pbasanta2002
Hi , Thanks for your response. on Ulimit -aH , I can see one difference on container and host Container : *open files (-n) 65536* Slave Host : *open files (-n) 327679* Will that Causeing the OOM Failure . Regards, Basanta On Monday, November 12, 2018

Re: Job Failed with "java.lang.OutOfMemoryError: unable to create new native thread" On Kuberentes cluster..

2018-11-11 Thread Jan Monterrubio
Cn you check the ulimit for your pod? https://plumbr.io/outofmemoryerror/unable-to-create-new-native-thread On Sun, Nov 11, 2018 at 03:12 wrote: > Hi All, > > While running a job on Kuberentes Cluster > > [EnvInject] - Loading node environment variables. > Building remotely on k8s-prod-cl1-pod

Job Failed with "java.lang.OutOfMemoryError: unable to create new native thread" On Kuberentes cluster..

2018-11-11 Thread pbasanta2002
Hi All, While running a job on Kuberentes Cluster [EnvInject] - Loading node environment variables. Building remotely on k8s-prod-cl1-pod1-v1v5j (K8S_PROD_Cl1_lab1) in workspace /workspace/Layer