-
-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Labels
Milestone
Description
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);
}