Skip to content
Unverified Commit 25a2f0ec authored by Henne Vogelsang's avatar Henne Vogelsang
Browse files

Introduces triggering Project operations



There are two types of trigger routes:

On /trigger you can trigger an type of `Token`
On /trigger/[rebuild, release, runservice, workflow] you can trigger only this type of `Token`

If a `Token` has a `Package` the operation is executed on this `Package`.

If a `Token` does not have a `Package` you can set one via the project/package
parameters and the operation is executed on this `Package`.

If a `Token::Rebuild` or a `Token::Release` has no `Package` you can set a
`Project` via the project parameter and the operation is executed on this
`Project`.

Co-authored-by: default avatarAdrian Schröter <adrian@suse.de>
Co-authored-by: default avatarEduardo Navarro <enavarro@suse.com>
parent e1be7fbf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment