jgitflow-gradle-plugin icon indicating copy to clipboard operation
jgitflow-gradle-plugin copied to clipboard

FinishRelease pushes all branches

Open olivierboudet opened this issue 5 years ago • 1 comments

When running finishRelease with pushRelease=true, all branches are pushed (including old ones, with no modifications).

When using Jenkins configured to trigger builds on branch modifications, a build for each branch will be triggered after a finishRelease tasks, which is useless.

Instead of pushing everything to the remote, should not the finishRelease task only push develop, master and the deleted ones ?

olivierboudet avatar Sep 03 '18 12:09 olivierboudet

Yes, this is a problem. It makes remote-deleted branches come back

chenjianjx avatar May 29 '19 02:05 chenjianjx