Open ehmicky opened 4 years ago
When management.client.get() fails, it should be handled. At the moment, it is not.
management.client.get()
If the error is a user error, it should be reported with utils.buid.failBuild() (documentation here) so that it is reported as such instead of a plugin bug.
utils.buid.failBuild()
When
management.client.get()
fails, it should be handled. At the moment, it is not.If the error is a user error, it should be reported with
utils.buid.failBuild()
(documentation here) so that it is reported as such instead of a plugin bug.