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
re #611 - Ensures branch when using dynamic repositories with buildserver
When using a dynamic repository with a buildserver the current branch will
for most buildserver types return null or empty, this causes no branch to
be set, dynamic repositories require a branch.
The fix ensures that if we are using dynamic repositories with a
buildserver that if the buildserver does not return a branch we use the
targetBranch specified via /b
0 commit comments