updating values leads to nullpointer error message when having a typo · Issue #20 · cloudogu/gitops-build-lib · GitHub
More Web Proxy on the site http://driver.im/
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
The Jenkins logs yield a generic nullpointer error: "cannot set value of null object"
It would be more clear, if the error message would be something like "the field 'image.name' was not found and could therefore not be set with the new value.
The text was updated successfully, but these errors were encountered:
While using the following option
updateValues : [[fieldPath: "image.name", newValue: imageName]]
The Jenkins logs yield a generic nullpointer error: "cannot set value of null object"
It would be more clear, if the error message would be something like "the field 'image.name' was not found and could therefore not be set with the new value.
The text was updated successfully, but these errors were encountered: