-
Bug
-
Resolution: Incomplete
-
Major
-
None
I have been specifying the following goal to create a branch
release:branch -DbranchName=my_module -DbranchBase=https://myLoc/branches/testBranch-3 -DupdateBranchVersion=true -DupdateWorkingCopyVersions=false -DreleaseVersion=2.3.4
Considering that I manually create the branch holder https://myLoc/branches/testBranch-3, I wanted the branch to be created inside this location. This works as I have described if I do it locally, not using jenkins.
When I use Jenkins to do the branch it tries to create the branch in https://myLoc/branches/, which does not take into account my -DbranchBase parameter.
Can you attach the project and console output.