Я не могу настроить URL-адрес репозитория git таким образом, чтобы Дженкинс мог получить к нему доступ.
в разделе «Проект> Настроить> Управление исходным кодом» я установил URL-адрес репозитория на «git @ store: repositories / testproject.git»
Я получаю такую ошибку:
Failed to connect to repository : Command "/usr/bin/git -c core.askpass=true ls-remote -h git@store:repositories/testproject.git HEAD" returned status code 128:
stdout:
stderr: Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,password).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
доступ по этому URL-адресу работает в оболочке:
jenkins@dilbert:~$ /usr/bin/git -c core.askpass=true ls-remote -h git@store:repositories/testproject.git
git@store's password:
4fd35a4f528e2f2921a52cfd03918b7cbde3d253 refs/heads/master
У меня спрашивают пароль, и он работает.
Я связал тот же пароль с учетными данными в Jenkins с «git /», а также попробовал «git @ store /». Ни один не работал.
Обратите внимание, что речь идет не о github, а о локальном репозитории git.
Обновить:
добавление ключа pub от мастера jenkins к ведомому устройству сборки помогло заставить конфигурацию работать:
ssh-copy-id jenkins@dilbert
теперь сборки не работают:
> /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> /usr/bin/git config remote.origin.url git@store:repositories/testproject.git # timeout=10
Fetching upstream changes from git@store:repositories/testproject.git
> /usr/bin/git --version # timeout=10
> /usr/bin/git -c core.askpass=true fetch --tags --progress git@store:repositories/testproject.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git@store:repositories/testproject.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1751)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command "/usr/bin/git -c core.askpass=true fetch --tags --progress git@store:repositories/testproject.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,password).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Магазин - это мастер Дженкинса, Дилберт - раб сборки. ssh от мастера к подчиненному работает.
jenkins@store:~$ ssh dilbert uptime
16:06:21 up 3 days, 18:53, 13 users, load average: 0,31, 0,38, 0,50
есть идеи, как это отладить?
аутентификация работает через ssh. вы добавили публичный ssh-ключ пользователя jenkins в git-user на своем git-сервере?
дайте мне знать, если вам нужны инструкции по настройке ssh-аутентификации, и я отредактирую этот пост здесь.
/РЕДАКТИРОВАТЬ:
рад, что он у вас запущен. Я посмотрел на официальном сайте jenkins подробное руководство по настройке ssh, но не нашел.
Итак, вот краткий обзор - дайте мне знать, если это то, что вам нужно.
jenkins@dilbert:~/.ssh$ ssh-copy-id git@store
скопировать открытый ключ jenkins @ dilbert ssh на сервер git