On building jenkins project timeout after 10 minute error happens

前端 未结 3 1947
日久生厌
日久生厌 2021-02-02 05:21

I am using jenkins to build my git remote project. The problem is log says \'timeout after 10 min\'. Receiving object starts and at 56% something happens.

3条回答
  •  忘掉有多难
    2021-02-02 06:15

    I have also face the same error while click on Build Now Button in Jenkins.

    Why this error comes ? Ans: This error was coming because of low Internet connection or may be the size of you project in github is large, so jenkins not able load/cone that project from git server.

    Solution steps:

    1. To resolve the problem we have to edit in Jenkins project configuration and find the git.
    2. Then click on Add button and select Advanced clone behaviors.
    3. Timeout (in minutes) for clone and fetch operations box put any number which is more then 10, (I put 60 here).
    4. Apply and the save the configuration.
    5. Build Now again , It took some more time to build , but it fixed the error.

    Cheers :)

提交回复
热议问题