-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrating your tool in CD pipelines #10
Comments
Hey there, We are using it with GoCD which allows you to create custom tabs on a pipeline stage. These custom tabs can render pipeline artifacts and static web pages. We inject a built version of this repo in as an artifact. As part of our pipelines we generate a JSON plan and store it as I doubt if the same approach will work in GH Actions. |
Maybe on GitHub a GitHub page can be published per pipeline run? Cool to get the pointer to GoCD! Thanks! So far mostly I came across GitHub / Azure DevOps / GitLab and Jenkins. |
I think Jenkins can do something similar. Here we are hosting it as a GH page: https://cloudandthings.github.io/terraform-pretty-plan/ EDIT: Just be aware the project seems to be in "maintenance mode". We have a TF provider to interact with GoCD if you are interested (https://registry.terraform.io/providers/cloudandthings/gocd/0.2.0-alpha). |
On your blog https://medium.com/cloudandthings/pretty-print-better-terraform-plans-6a90b13b1d57 you make mention of your CD pipeline where you have integrated your pretty plan tool.
Can you elaborate more how we could do the same?
We are using GitHub workflow and Azure Pipelines.
The text was updated successfully, but these errors were encountered: