I would like to use Jenkins X and terraform with DO and I was wondering if someone knows about any terraform module for creating Jenkins X infrastructure on DO, like there is for aws and google cloud, because I cannot find any. tks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I couldn’t find any existing Terraform module specifically for creating Jenkins X infrastructure on DigitalOcean. However, you can follow the steps on how to do that manually here:
https://www.digitalocean.com/community/tutorials/webinar-series-kubernetes-package-management-with-helm-and-ci-cd-with-jenkins-x
An option is to raise that up to the Jenkins X team and request it as a feature:
https://github.com/jenkins-x
Best,
Bobby