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
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.
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
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
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