Edit project.config in a Gerrit project

后端 未结 2 438
野的像风
野的像风 2021-01-30 17:59

I want to add a \"verified\" label to my Gerrit project to allow Jenkins to verify that the code builds and passes its tests and so on.

I know I need to add a section to

2条回答
  •  走了就别回头了
    2021-01-30 18:50

    You can configure your project config in the Gerrit UI.

    You should follow the following steps:

    1. Launch your Gerrit UI.
    2. Login as admin.
    3. Go to projects > and click List.
    4. Select your project and click Edit config button.
    5. Paste your content and click save.

提交回复
热议问题