jenkinsci / jms-messaging-plugin

https://plugins.jenkins.io/jms-messaging
12 stars 38 forks source link

timeout property - Which values are valid? #142

Closed lmilbaum closed 4 years ago

lmilbaum commented 4 years ago

Is it of type number? Does it have a default? Can I set it to null, like in the code sample? If yes, what does it mean?

ggallen commented 4 years ago

It's an integer with a default value of 60. Setting it to null might result in 60 but I'm not sure. I'd recommend setting it to a value instead. I'll update the example.