Closed
Description
openedon Sep 9, 2017
In this commit, when setting upstream URL, a wrong parameter was checked:
String upstreamUrl = (String) cause.get("upstreamUrl");
if (!Strings.isNullOrEmpty(upstreamProject)) {
cause_object.setUpstreamUrl(upstreamUrl);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment