Skip to content

Conversation

@jglick
Copy link
Member

@jglick jglick commented Jun 20, 2016

Noticed while testing jenkinsci/github-branch-source-plugin#60.

hudson.plugins.git.GitException: Could not merge AnyObjectId[99608938c2e9f12e73c4aba94b81a4dbdaffb937]
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$3.execute(CliGitAPIImpl.java:590)
    at org.jenkinsci.plugins.github_branch_source.GitHubSCMSource$MergeWith.decorateRevisionToBuild(GitHubSCMSource.java:664)
    at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:991)
    at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1080)
    at …
Caused by: hudson.plugins.git.GitException: Command "git merge 99608938c2e9f12e73c4aba94b81a4dbdaffb937" returned status code 1:
stdout: Auto-merging Jenkinsfile
CONFLICT (content): Merge conflict in Jenkinsfile
Automatic merge failed; fix conflicts and then commit the result.

stderr: 
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1719)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1695)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1691)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1321)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$3.execute(CliGitAPIImpl.java:588)
    ... 9 more

simplified to

hudson.plugins.git.GitException: Command "git merge 99608938c2e9f12e73c4aba94b81a4dbdaffb937" returned status code 1:
stdout: Auto-merging Jenkinsfile
CONFLICT (content): Merge conflict in Jenkinsfile
Automatic merge failed; fix conflicts and then commit the result.

stderr: 
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1715)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1691)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1687)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1317)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$3.execute(CliGitAPIImpl.java:587)
    at org.jenkinsci.plugins.github_branch_source.GitHubSCMSource$MergeWith.decorateRevisionToBuild(GitHubSCMSource.java:664)
    at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:991)
    at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1080)
    at …

@reviewbybees

@ghost
Copy link

ghost commented Jun 20, 2016

This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation.

@jglick
Copy link
Member Author

jglick commented Jul 5, 2016

@MarkEWaite whatever your PR builder is checking, I cannot see the result.

@MarkEWaite MarkEWaite merged commit 08a482b into jenkinsci:master Jul 6, 2016
@jglick jglick deleted the error-message-from-merge branch July 6, 2016 21:58
jglick added a commit to jenkinsci/github-branch-source-plugin that referenced this pull request Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants