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
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
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
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?
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
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
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
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
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
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
10 matches
Mail list logo