In Jenkins, how to checkout a project into a specific directory (using GIT)

前端 未结 7 1003
面向向阳花
面向向阳花 2020-12-08 18:25

Sorry for the \'svn\' style - we are in a process of migration from SVN to GIT (including our CI Jenkins environment).

What we need is to be able to make Jenkins to

相关标签:
7条回答
  • 2020-12-08 18:54

    I do not use github plugin, but from the introduction page, it is more or less like gerrit-trigger plugin.

    You can install git plugin, which can help you checkout your projects, if you want to include multi-projects in one jenkins job, just add Repository into your job.

    0 讨论(0)
提交回复
热议问题