Ravi
Ravi

Reputation: 99

How to subscribe to a gerrit project?

How do I subscribe to a gerrit project, so that I will be notified, whenever a new change is uploaded.

Thanks, Ravi

Upvotes: 4

Views: 2849

Answers (3)

Gonen
Gonen

Reputation: 4075

To answer Kumar's question (in a comment) -

You can watch a specific folder/file via the reviewers plugin.

Some examples

[filter "*"]
  reviewer = [email protected]

[filter "branch:main file:^lib/.*"]
  reviewer = [email protected]

[filter "branch:stable-2.10"]
  reviewer = QAGroup

Upvotes: 0

Peter
Peter

Reputation: 5884

Consider reading the documentation. See documentation here: http://www.mediawiki.org/wiki/Gerrit/watched_projects

Upvotes: 1

Andrejs Cainikovs
Andrejs Cainikovs

Reputation: 28464

Settings->Watched Projects->Browse, select appropriate project, enter branch name if required, hit Watch. Done.

enter image description here

Upvotes: 6

Related Questions