Plugin Adoption Request: publish-over-ssh-plugin

2022-01-22 Thread Gavin McDonald
Hi All, I'd like to become maintainer of the publish-over -ssh-plugin. This would be my first plugin adoption. https://github.com/jenkinsci/publish-over-ssh-plugin Plugin is up for adoption There are currently no developers listed (so nobody to ping?) Github ID: https://github.com/gmcdonald

Re: Something is killing my launcher after 90-100 seconds

2022-01-22 Thread Markus Winter
to set a timeout of 5 minutes in plain JUnit you can do @Test(timeout = 1000 * 300)  //in milliseconds When you have a JenkinsRule, the you need to use @WithTimeout(300)  // in seconds Am 22.01.2022 um 15:26 schrieb Ivan Fernandez Calvo: finally, I found my ghost, it is not related to the

Re: Something is killing my launcher after 90-100 seconds

2022-01-22 Thread Ivan Fernandez Calvo
finally, I found my ghost, it is not related to the launcher nor the remoting, there is a timeout of 180 seconds in the JenkinsRule, when this timeout happens usually see a message in logs informing that you reached that timeout, in my case the stop of Jenkins causes an IO exception in