Skip to content
Failed

Console Output

GitHub pull request #210 of commit 3e0b64fac21ea9b47514dcc7508b9f6c66b6ea09 automatically merged.
Building in workspace /var/lib/jenkins/workspace/natura-prtests
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/progwml6/Natura.git # timeout=10
Fetching upstream changes from https://github.com/progwml6/Natura.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/progwml6/Natura.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/pr/210/merge^{commit} # timeout=10
FATAL: Command "git rev-parse origin/pr/210/merge^{commit}" returned status code 128:
stdout: origin/pr/210/merge^{commit}

stderr: fatal: ambiguous argument 'origin/pr/210/merge^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

hudson.plugins.git.GitException: Command "git rev-parse origin/pr/210/merge^{commit}" returned status code 128:
stdout: origin/pr/210/merge^{commit}

stderr: fatal: ambiguous argument 'origin/pr/210/merge^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1435)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1411)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1110)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1120)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:516)
	at hudson.plugins.git.GitAPI.revParse(GitAPI.java:257)
	at hudson.plugins.git.RevisionParameterAction.toRevision(RevisionParameterAction.java:83)
	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:815)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:915)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1254)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:624)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:530)
	at hudson.model.Run.execute(Run.java:1740)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:234)