dowhiletrue

Results 2 issues of dowhiletrue

Hi I would like to use my job dsl files using the jenkins plugin and using the gradle plugin. Using ${variable} it is possible to access a jenkins environment variable....

## Expected behavior Connecting a client with reconnect configured should throw if it can't connect initially. ## Actual behavior It blocks infinitely ## To Reproduce ### Reproducer code `Mqtt5Client.builder().serverHost("hostWithoutRunningBroker").automaticReconnectWithDefaultConfig().toBlocking().connect(...)` ##...

question