jenkinsci / build-timeout-plugin

Jenkins build-timeout plugin
https://plugins.jenkins.io/build-timeout/
31 stars 80 forks source link

Bug fix: Fix global timeout configuration logging bug #104

Closed krisstern closed 1 year ago

krisstern commented 1 year ago

Fixes #100.

Description

Set the overwriteable variable default value to false regardless whether the settings is a null object or not. This should prevent excessive logging from being generated.

Checklist