The clone-step currently fails if the branch name has [Bash-Special-Characters](https://mywiki.wooledge.org/BashGuide/SpecialCharacters), e.g. (), or & This is likely linked to missing quotes in [this line](https://github.com/IBM/dbb/blame/1c676d51dc440ec105f7985d68dbd26612bf6858/Templates/Common-Backend-Scripts/gitClone.sh#L307).
The clone-step currently fails if the branch name has Bash-Special-Characters, e.g. (), or &
This is likely linked to missing quotes in this line.