-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Critical
-
Component/s: _unsorted
-
None
There are times when the Jenkins pipeline gets aborted automatically, without any reason, which is then failing to communicate it back to AzureDevops, due to which the pipeline in DevOps is running infinitely.Â
Why the Jenkins is aborting by self at random times without any notice ? I have tried using another user as agent for Jenkins pipeline triger, and it still gets aborted randomly.
I have tried updating the Jenkins plugins and versions, but still this seems to be a critical issue.
The error which I received in Azure devops pipelineÂ
Nov 18, 2025 11:11:30 AM io.jenkins.cli.shaded.org.glassfish.tyrus.container.jdk.client.ClientFilter processError
Â
SEVERE: Connection error has occurred
Â
java.io.IOException: The I/O operation has been aborted because of either a thread exit or an application request
Â
at java.base/sun.nio.ch.Iocp.translateErrorToIOException(Iocp.java:299)
Â
at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:389)
Â
at java.base/java.lang.Thread.run(Thread.java:1583)Â