A ConcourseCI resource to issue an HTTP request to some URL from Concourse.
This is largely a simple reference implementation illustrating how to make and test a custom Concourse resource.
View the Docker image on DockerHub »
url: Required. The webhook URL to which an HTTP request should be issued.Example:
resource_types:
- name: webhook
type: docker-image
source:
repository: clapclapexcitement/concourse-webhook-resource
resources:
- name: ping-some-url
type: webhook
source:
url: "http://some.url"
out: Issues an HTTP requestIssues and HTTP request to the configured url with the configured params.
http_method: Optional. The HTTP method with which to issue the webhook request. For example: "POST". Defaults to "GET."body: Optional. The HTTP body to send in the request. For example: '{"foo": "bar"}'.Content type
Image
Digest
Size
3.8 MB
Last updated
over 5 years ago
docker pull c0ldcat/concourse-webhook-resource