Re: Save and apply buttons are missing in the Jenkins Configuration page

2019-07-18 Thread Slide
Check for JavaScript errors, or errors in the Jenkins logs. It looks like the styles haven't been applied to buttons yet, which usually happens when some plugin causes a problem. On Thu, Jul 18, 2019, 21:03 Subramanyeswari Ravinutala wrote: > Hi, > > The Save and Apply buttons are missing in the

Save and apply buttons are missing in the Jenkins Configuration page

2019-07-18 Thread Subramanyeswari Ravinutala
Hi, The Save and Apply buttons are missing in the jenkins configuration page. My jenkins vesion is 2.176.1. Please do let me know what i am missing. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rec

Re: On-prem k8s cluster and k8s plugin

2019-07-18 Thread Ben Rich
Have a look at https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod You can assign a securityContext for the pod as such: securityContext: fsGroup: 1000 On Thursday, May 23, 2019 at 7:27:07 PM UTC-4, Quang Truong wrote: > > Hi, > > I

Re: How are env, currentBuild, etc. bound to vars in shared library

2019-07-18 Thread Ken Petti
It actually seems like I might have solved my issue. I created a singleton class that will store some user-provided configuration. Then, in my `missingProperty` function, I can access that singleton without triggering and endless loop. It seems to work great. Any thoughts about that approach?

How are env, currentBuild, etc. bound to vars in shared library

2019-07-18 Thread Ken Petti
Hello, I'm developing a shared library for us across several business units. We want to have 1 repo that all BU's can use, but also want to separate functionality by business unit. Additionally, we want users to consume the latest non-breaking changes of the library. I'm experimenting with a na

Determine "Suspects causing unit tests to fail" when UTs in separate job from the Git pull

2019-07-18 Thread Steve K
Hello, We have a fairly typical chain (pipeline) of jobs [ Build (including the Git pull)] --> [Unit Tests]. Using "Editable E-Mail Notifications", I'd like to take advantage of the calculated recipient list "Suspects causing unit tests to fail". When I select "Suspects causing unit tests to fai

Re: Intermittent authorization issue with the Jenkins k8s plugin & EKS

2019-07-18 Thread Andres Galindo
Think I found the issue, I had a much older version of the kube plugin installed and since then, client caching was introduced, I am applying the fix found here: https://github.com/jenkinsci/kubernetes-plugin/pull/429 On Thursday, July 18, 2019 at 9:41:24 AM UTC-4, Andres Galindo wrote: > > Hi a

Intermittent authorization issue with the Jenkins k8s plugin & EKS

2019-07-18 Thread Andres Galindo
Hi all, Currently we're using EKS (v1.13) with Jenkins (v2.176.1) and the Kubernetes plugin (v1.17.2) and it seems like every 15 minutes (coincides with how long the generated token is supposed last) there is an issue with authorizing against the cluster. Here is the error message: http

Re: Jenkins Agents getting disconnected

2019-07-18 Thread Sverre Moe
There is no such reference in my jstack output. The output says no deadlock detected. I will try that site for analyzing the jstack. Even a normal running Jenkins has many BLOCKED threads. If that is normal I don't know. We have a test Jenkins instance running on Java 11. That one does not have

Re: Jenkins Agents getting disconnected

2019-07-18 Thread Ivan Fernandez Calvo
In that dump I can not see which thread is blocking the others, the jstack output has a reference on each thread that said what thread is the blocker on each thread (- locked <0x> a java.lang.Object), you can try to analyze those thread dump with https://fastthread.io/index.jsp or other