rogerxu / git-tips

Tips for Git
Apache License 2.0
2 stars 3 forks source link

Feature Branch on Gerrit #3

Open rogerxu opened 8 years ago

rogerxu commented 8 years ago

How to work with feature branches on Gerrit?

ToDo list:

rogerxu commented 8 years ago

How to create a feature branch?

Grant Create Reference for reference name pattern refs/heads/feature/* to developers.

rogerxu commented 8 years ago

How to verify a feature branch?

Jenkins job listen to branch name pattern feature/*. But this would overwrite previous build status for different feature branches.

Another option is no server side verify job. Only do static code check.