Skip to content

Commit

Permalink
Remove availability checks from forward event
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Aug 21, 2024
1 parent b79964c commit 8038fb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jenkins/webhook-proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,6 @@ func (c *ocClient) Forward(e *Event, triggerSecret string) (int, []byte, error)
)
log.Println(e.RequestID, "Forwarding to", url)

c.CheckJenkinsAvailability(e)
c.CheckDocGenAvailability(e)

p := struct {
Env []EnvPair `json:"env"`
}{
Expand Down

0 comments on commit 8038fb6

Please sign in to comment.