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 enabled (by default) it fixes jenkins multibranch issue if branch contains "/" in the name. More info. https://issues.jenkins.io/browse/JENKINS-30744
@@ -39,6 +44,15 @@ public JenkinsOptions SetFlubuToolType(FlubuToolType flubuToolType)
39
44
returnthis;
40
45
}
41
46
47
+
/// <summary>
48
+
/// When enabled (by default) it fixes jenkins multibranch issue if branch contains "/" in the name. More info. https://issues.jenkins.io/browse/JENKINS-30744
0 commit comments