Дженкинс: сборка после каждого коммита, GitHub - PullRequest
0 голосов
/ 28 февраля 2019

Я пытался выполнить задание в Jenkins, которое собиралось после каждого коммита в GitHub, но я получил ошибку, подобную этой:

Started by user unknown or anonymous
[EnvInject] - Loading node environment variables.
Building remotely on alexandra_tmd7690w in workspace D:\JenkinsWorkspace\folderGit
Cloning the remote Git repository
Cloning repository http://repository/uidn1804/testGitHub.git
 > D:\softs\Git\bin\git.exe init D:\JenkinsWorkspace\folderGit # timeout=10
ERROR: Error cloning remote repo 'origin'

 D:\softs\Git\bin\git.exe is the path on the server where a have git/ 

В задании Jenkins я выполнил следующий шаг:

GitHub project : http://repository/uidn1804/testGitHub/
Restrict where this project can be run : alexandra_tmd7690w
Use custom workspace: D:\JenkinsWorkspace\folderGit\
Source Code Management : 
    Repository URL : http://repository/uidn1804/testGitHub.git
    Credentials: uidn1804
    Branch Specifier: */master
Build Triggers : GitHub hook trigger for GITScm polling

И в GitHub я указал webhook, добавил ключ развертывания и добавил сервис: Jenkins (плагин GitHub).

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...