I had created a branch called bugfix/bugfix-2199278
, and some others following the pattern of name bugfix/bugfix-númeroDobug
with the correction of each bug. Then I created a new branch called bugfix
and I made the merge of the% batch branchs with it and delete them after the merge, keeping only the bugfix/bugfix-númeroDobug
branch.
But this update has not been performed on jenkins which is responsible for generating my packages, see:
stdout: stderr: error: can not lock ref 'refs / remotes / origin / bugfix': 'refs / remotes / origin / bugfix / bugfix-2299278' exists; can not create 'refs / remotes / origin / bugfix'
How do I get Jenkins to see my upgraded branches?
Note: I know that in git, if the bugfix
branch exists, no branch named b
can be created, so I deleted the branches b/anything