How do I clone a job in Jenkins?

前端 未结 12 631
孤城傲影
孤城傲影 2020-12-07 09:40

Jenkins has the Gerrit Plugin in place so that when we do check-ins to Gerrit, Jenkins performs a build and if it succeed

12条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-07 10:18

    Jenkins 2.9

    1. Jenkins > New Item

    2. Enter an item name - E.g. "MY_CLONE"

    3. Specify the source (Copy from) job > OK

      When you start typing the name, the existing values will be found. Notice that this is case sensitive.

    4. Click on Save if you want to keep the default values.

    5. Now both jobs are available in the same location:

提交回复
热议问题