Replies: 1 comment
-
|
I think this is the first time someone has mentioned n8n here. When it comes to external integrations, the default answer is to build your own resource type that connects Concourse to whatever external service you want to integrate with: https://concourse-ci.org/implementing-resource-types.html You can try using webhook tokens, though I admit they are limited in functionality: https://concourse-ci.org/resources.html#schema.resource.webhook_token We're very careful about what we nativley support within the concourse binary. The only external services we connect and support to are related to:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Request: Native n8n Node or Integration for Concourse CI
Hi Concourse team 👋,
First of all, thank you for maintaining such a powerful CI/CD platform — I’ve been using Concourse CI extensively for my automation pipelines, and it’s been rock solid.
While building workflows that combine Concourse CI with other tools, I’ve noticed there is no native node or integration for Concourse in n8n (the open-source automation tool similar to Zapier).
This makes it harder to connect Concourse events and jobs with broader automation (notifications, reporting, integrations with other APIs, etc.).
Feature Request / Questions
Why This Matters
Adding this integration would unlock great possibilities for teams using both tools:
Alternatives Today
Currently, the only workaround is using the HTTP Request node in n8n to call Concourse’s API manually, but this is less user-friendly compared to dedicated nodes.
Would love to hear your thoughts — is this something you’d be open to, or are there recommended patterns already in use for integrating Concourse with external automation tools like n8n?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions