Albert Puig

Results 5 issues of Albert Puig

see https://github.com/jenkinsci/ec2-plugin/issues/1986 ### Testing done I was unable to create tests that aren’t almost entirely reliant on mocks. I plan to test this fix using real infrastructure instead. Any advice...

### Jenkins and plugins versions report Environment ```text ec2-plugin 1856.vf40220e7a_75f ``` ### What Operating System are you using (both controller, and any agents involved in the problem)? The issue applies...

Attempt on optimizing the GitLab Docker image, increased timeouts, and incorporated defensive retries. Wherever possible, use Git directly instead of GitLabApi. Thanks to @raul-arabaolaza and others for their previous work...

When a socket is closed by the remote side, `DirectTcpTransport.disconnect()` exits early without stopping the `PacketReader` thread, causing it to leak indefinitely. The session close fails when the transport is...

Follow-up to #284 Move `storage.removeFile()` call outside the `use{}` block to ensure `InputStream` is fully closed before attempting file deletion. On Windows, files cannot be deleted while file handles remain...