RIOT-OS / RobotFW-tests

Includes tests for RIOT based on the Robot Framework
GNU Lesser General Public License v2.1
4 stars 13 forks source link

Allow owner of build to cancel their own running build #91

Open pokgak opened 4 years ago

pokgak commented 4 years ago

In case the user started a build with a faulty configuration, it might be useful to cancel it instead of waiting for the whole pipeline to finish. The ownership-plugin seems to allow this by using the @currentUserIsOwner or the @currentUserIsPrimaryOwner role. Link to plugin page.

The global admin will still be able to override that and cancel any job.