-
Notifications
You must be signed in to change notification settings - Fork 50
repos are not getting clone #348
Description
git config remote.origin.url git@bitbucket.org:/pdm-devops.git # timeout=10
Fetching upstream changes from git@bitbucket.org:/pdm-devops.git
git --version # timeout=10
git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials Service account for Bitbucket
Verifying host key using known hosts file
git fetch --tags --progress git@bitbucket.org:/pdm-devops.git +refs/heads/:refs/remotes/origin/ # timeout=10
git rev-parse 39d827632d35^{commit} # timeout=10
ERROR: Checkout failed
hudson.plugins.git.GitException: Command "git rev-parse 39d827632d35^{commit}" returned status code 128:
stdout: 39d827632d35^{commit}
stderr: fatal: ambiguous argument '39d827632d35^{commit}': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'