Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Settings): Fixes not being able to save custom message
see [https://issues.jenkins-ci.org/browse/JENKINS-59503](JENKINS-59503) If the inline is not present the JSON sent is "includeCustomMessage":{"customMessage": "testing"} this cannot be parsed because includeCustomMessage should be a boolean. When using the inline the JSON is (as expected): "includeCustomMessage": "true" "customMessage": "testing"
- Loading branch information