Details
-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: git-plugin
-
Labels:None
-
Similar Issues:
Description
Please allow an option to disable "fast forward" so a new merge commit will be created. (--no-ff git option)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 142768 ] | JNJira + In-Review [ 205606 ] |
This would be very helpful. We use a hook to prevent modifications to our master branch unless the HEAD commit is by Jenkins. So long as there is one commit on master which is not on "next", that commit is automatically generated. If users accidentally merge master back into next, the lack of "--no-ff" means that there will be no easy way to tell if a modification of "master" is from Jenkins.