-
New Feature
-
Resolution: Fixed
-
Major
-
None
-
pretested-integration-plugin 2.x
If the merge fails, you might see the following message in the console (accumulated strategy):
Failed to merge changes. merge: failure - not something we can merge
The first line comes from our plugin, and second one comes from git and is the reason why the merge fails.
This isn't obvious.
Code changed in jenkins
User: Bue Petersen
Path:
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/AccumulatedCommitStrategy.java
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/SquashCommitStrategy.java
http://jenkins-ci.org/commit/pretested-integration-plugin/bba993008f51195ebf913d760d405d7b28aa5ad6
Log:
JENKINS-27690,JENKINS-27662,JENKINS-27697: checkstyle fixesFixed some checkstyle warnings to pass thressholds.