Reputation: 1274
We are struggling to find a way to use Contentful webbooks with Jenkins because we want to build a new page/content on contentful without manually deploying.
I didn't find useful/relevant information so far. Does anybody know if it's possible?
Thank you,
Upvotes: 0
Views: 419
Reputation: 83
I suggest you combine the generic webhook plugin with a custom Contentful Webhook.
Then you create a Contentful webhook pointing to your jenkins url
http://<YOUR JENKINS URL>/jenkins/generic-webhook-trigger/invoke
If you have multiple jobs in jenkins and you only want to trigger a specific one you can use tokens in your jenkins plugin config.
http://<YOUR JENKINS URL>/jenkins/generic-webhook-trigger/invoke?token=abc123
Upvotes: 2