Details
-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: git-client-plugin
-
Labels:None
-
Similar Issues:
Description
The Git Client Plugin's MergeCommand should support setting the --no-commit option.
Code changed in jenkins
User: Thierry Lacour
Path:
src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
src/main/java/org/jenkinsci/plugins/gitclient/MergeCommand.java
src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
http://jenkins-ci.org/commit/git-client-plugin/3682d132de29176fa7cc3328ef495118c0f23041
Log:
JENKINS-30486Added --no-commit option to MergeCommand