We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8689bbc commit f0296e9Copy full SHA for f0296e9
1 file changed
jenkins/webhook-proxy/main.go
@@ -92,6 +92,7 @@ type buildConfig struct {
92
} `json:"jenkinsPipelineStrategy"`
93
} `json:"strategy"`
94
Triggers []struct {
95
+ Type string `json:"type"`
96
Generic struct {
97
Secret string `json:"triggerSecret"`
98
} `json:"generic"`
0 commit comments