jenkins не может загрузить код c bitbucket

привет! всем
есть репозитарий в bitbucket с админскими правами!
хочу стянуть проэкт себе!

настроил все

запускаю билд - падает

c:\Program Files (x86)\Git\bin\git.exe rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
c:\Program Files (x86)\Git\bin\git.exe config remote.origin.url git@bitbucket.org:lars-clio/oldtestautomation.git
Fetching upstream changes from git@bitbucket.org:lars-clio/oldtestautomation.git
c:\Program Files (x86)\Git\bin\git.exe --version
c:\Program Files (x86)\Git\bin\git.exe fetch --tags --progress git@bitbucket.org:lars-clio/oldtestautomation.git +refs/heads/:refs/remotes/origin/
FATAL: Failed to fetch from git@bitbucket.org:lars-clio/oldtestautomation.git
hudson.plugins.git.GitException: Failed to fetch from git@bitbucket.org:lars-clio/oldtestautomation.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:622)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:854)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:879)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1252)
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:1732)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:234)
Caused by: hudson.plugins.git.GitException: Error performing git command

может нужно настроить Jenkins Hook management
https://confluence.atlassian.com/display/BITBUCKET/Jenkins+hook+management

кто сталкивался? есть идеи?
нужно затянуть проэкт себе

Привет. Скорей всего проблема с RSA-ключами…

В помощь: здесь достаточно подробно описана конфигурация Jenkins + BitBucket.

Возможно проблема с ssh ключиком.

Если проблем с ключом нет, тогда советую попробовать указывать адрес https.
Должно быть так: https://bitbucket.org/<user>/<repository>.git

[/qu[quote=“ArtOfLife, post:3, topic:4798, full:true”]
Возможно проблема с ssh ключиком.
[/quote]
Вопрос решён
спасибо, помог