Cloning repository https://bitbucket.org/xxxx/dummy.git > git init /home/ec2-user/workspace/org_dummy_develop # timeout=10
Fetching upstream changes from https://bitbucket.org/xxxx/dummy.git > git --version # timeout=10
using GIT_ASKPASS to set credentials YOOBOT_BITBUCKET
> git fetch --no-tags --progress -- https://bitbucket.org/xxxx/dummy.git +refs/heads/develop:refs/remotes/origin/develop # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --no-tags --progress -- https://bitbucket.org/xxxx/dummy.git +refs/heads/develop:refs/remotes/origin/develop" returned status code 128:
stdout:
stderr: fatal: unable to access 'https://bitbucket.org/xxxx/dummy.git/': Failed to connect to bitbucket.org port 443: Connection timed out
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1985)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:80)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:563)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:787)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)