Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The branch name should exclude the name of the remote.
Example:
git commit -m "Integrated origin/ready/layout"
Should be
git commit -m "Integrated ready/layout"
Code changed in jenkins
User: Andrius Ordojan
Path:
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/SquashCommitStrategy.java
http://jenkins-ci.org/commit/pretested-integration-plugin/7d0bf3c81dc098582da6a433d86c281abc7f1787
Log:
Fixed
JENKINS-24284