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
In 006c9ac, it is stated that the old format for git resolver config maps will be supported. Updating to the latest should not cause existing git resolver usage to break.
Actual Behavior
Updating caused a pipeline git resolver reference to fail, with message: resolver failed to get Pipeline : error requesting remote resource: error getting "Git" "<redacted>": missing or empty server-url value in configmap.
The end user was able to work around the issue by providing an explicit serverURL in the params of their resolver reference, but the docs state that the serverURL is optional.
Expected Behavior
In 006c9ac, it is stated that the old format for git resolver config maps will be supported. Updating to the latest should not cause existing git resolver usage to break.
Actual Behavior
Updating caused a pipeline git resolver reference to fail, with message:
resolver failed to get Pipeline : error requesting remote resource: error getting "Git" "<redacted>": missing or empty server-url value in configmap
.The end user was able to work around the issue by providing an explicit
serverURL
in the params of their resolver reference, but the docs state that the serverURL is optional.Additional Info
The text was updated successfully, but these errors were encountered: