On Wednesday, April 3, 2024 at 12:45:05 PM UTC-6 Carlos Sanchez wrote:
Hi, Trying to use websockets with the Kubernetes plugin I get "WebSocket support is not enabled in this Jenkins installation" I couldn't find much documentation but looking through the code [1] I assume this is only supported in jetty10 and app server support is needed? Thanks [1] https://github.com/jenkinsci/jenkins/tree/master/websocket Websocket support works with the Jetty 10 that is bundled inside Jenkins. It does not work with other containers (like Tomcat or WildFly). The "Other Servelt Containers" page <https://www.jenkins.io/doc/book/installing/servlet-containers/> says: > In particular, support for WebSocket agents is only implemented for the Jetty servlet container. Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/99df2c9f-d713-4426-802f-81abd7f8b732n%40googlegroups.com.
