You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When providing a not working API token, I expected something like:
Not authorized. Provided API token username combination is not working.
Received response for each three modes of the plugin is the following:
malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "(end of string)") at /etc/munin/plugins/jenkins_running line 200.
When executing the wget call that is performed by the plugin without -q0-, I received the following error message:
I am currently using version 7c62b9b of the jenkins plugin.
When providing a not working API token, I expected something like:
Received response for each three modes of the plugin is the following:
When executing the wget call that is performed by the plugin without
-q0-
, I received the following error message:So, maybe it is possible to check for the HTTP response code or something else before passing it to the JSON decoder.
The text was updated successfully, but these errors were encountered: