Permission Description
About 120 wordsLess than 1 minute
The role permissions of Cloud Native Build are consistent with the role permissions of the code repository. The rules are as follows:
- Trigger builds: Users with a "developer" role or higher can trigger builds.
- View build logs: Users with a "helper" role or higher can view; the triggerer of a Fork PR can also view the corresponding build logs.
- Rebuild: Users with a "developer" role or higher can rebuild; the original triggerer of
pull_request/issueevents (except NPC events) can also rebuild. For rebuild restrictions on deployment events (tag_deploy.*), see the deployment docs.