Checking out git@bitbucket.org:project/repo.git, branch=dont-merge-test-build-only
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository git@bitbucket.org:project/repo.git
> git init /home/jenkins/workspace/Utilities/test-project-build-only/libLoader # timeout=10
Fetching upstream changes from git@bitbucket.org:project/repo.git
> git --version # timeout=10
using GIT_SSH to set credentials Bitbucket credentials
> git fetch --tags --progress git@bitbucket.org:project/repo.git +refs/heads/*:refs/remotes/origin/*
ERROR: Timeout after 10 minutes
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress g...@bitbucket.project/repo.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: Warning: Permanently added 'bitbucket.org,xxx.xxx.xxx.xxx' (RSA) to the list of known hosts.
stage('Loading Base Pipeline') { pipeline = fileLoader.fromGit(jenkinsPipeline, gitPath, gitBranch, gitCredentialsId, jenkinsNode) }