feat: output trigger event to stdout, file
Signed-off-by: Lars Wirzenius liw@liw.fi
4 files changed
+62
-6
fe9ffca3
→
43306e15
modified ci-broker.md
@@ -1789,6 +1789,33 @@ then stdout contains "main"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/bin/cibtool.rs
@@ -288,6 +288,9 @@ enum CibToolError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/bin/cibtoolcmd/trigger.rs
@@ -26,6 +26,16 @@ pub struct TriggerCmd {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -43,13 +53,22 @@ impl Leaf for TriggerCmd {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ci_event.rs
@@ -174,6 +174,10 @@ impl CiEvent {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -232,6 +236,9 @@ pub enum CiEventError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|