Jenkins Role based strategy stopped working.

2019-12-10 Thread Susant Padhi
Team, I have configured Jenkins 2.190 with Role based strategy with LDAP authentication. It was working great. Suddenly I found something gone wrong. Users able to view all other folders those they are not part of the group. None of my project roles are working.Its production issue. An

Re: Remove old agent protocols?

2019-12-10 Thread Jeff Thompson
I haven't seen any other responses here than this one from Slide so I'm going to assume lack of response means there are no objections. I also haven't received any concerns about use case or configuration, so I'm not planning on tying this work as a dependency with Jesse's work with WebSockets.

Re: Why Jenkins is keep removing workspaces folder on slave Nodes in 30 days. I have not configured any setting for this ?

2019-12-10 Thread Pranav Kumar
Solution of this problem is discussed at stackoverflow. https://stackoverflow.com/questions/58637793/jenkins-is-deleting-workspaces-on-slaves -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving em

Re: Force Jenkins job to be in unstable state when Junit tests fail...

2019-12-10 Thread Mark Waite
Maven surefire plugin has an argument that tells it to not fail the build when tests fail. Pass that argument. Use the Jenkins junit plugin to process and display the test results. It will mark the build as "unstable" if tests fail. On Tue, Dec 10, 2019 at 9:47 AM Asi Hizkiahu wrote: > I am u

Force Jenkins job to be in unstable state when Junit tests fail...

2019-12-10 Thread Asi Hizkiahu
I am using Jenkins version 2.190.2 Using Junit 4.11 Using Maven 3.50 Using Java JDK 1.8 I have an issue, in Jenkins, when Junit tests fail, the job is in a failed state, not in unstable one. I tried from Java to do System.exit (2) when I recognized that tests where failing, but it didn't wo