htfv commented on Bug JENKINS-17242

I confirm this problem. My configuration:

Repository URL: g...@github.com:htfv/el-utils.git
Branch Specifier: develop
Local subdirectory for repo: src
Merge before build: ON
Branch to merge to: master
Skip internal tag: ON
Clean after checkout: ON
Fast remote polling: ON

Git Publisher:
Push Only If Build Succeeds: ON
Merge Results: ON

I think the problem is that somehow the code is merged into a wrong branch:

htfv@jenkins:/var/lib/jenkins/jobs/el-utils/workspace/src$ git branch -av
* (no branch)                        dba86dc Initial implementation of fluent API.
  develop                            dba86dc Initial implementation of fluent API.
  remotes/origin/HEAD                -> origin/develop
  remotes/origin/develop             dba86dc Initial implementation of fluent API.
  remotes/origin/features/fluent-api dba86dc Initial implementation of fluent API.
  remotes/origin/gh-pages            1fd5845 Updated site for el-utils:1.0.0-SNAPSHOT.
  remotes/origin/master              ceade10 Fixed parent version.

Here, the current branch is (no branch), and is at expected position, while master is at the older position (should be at dba86dc after merge).

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to