Checkout multiple git repos into same Jenkins workspace

后端 未结 9 1618
谎友^
谎友^ 2020-11-28 04:42

Using Jenkins 1.501 and Jenkins Git plugin 1.1.26

I have 3 different git repos each with multiple projects.

Now I need to checkout all projects from the 3 gi

9条回答
  •  日久生厌
    2020-11-28 05:03

    Jenkins: Multiple SCM - deprecated. GIT Plugin - doesn't work for multiple repos.

    Scripting / pipeline as code - is the way to go.

提交回复
热议问题