Skip to content
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

feat: Adds support for running Git runbooks #278

Merged
merged 14 commits into from
Nov 20, 2024
Merged

Conversation

geofflamrock
Copy link
Contributor

@geofflamrock geofflamrock commented Nov 1, 2024

This PR is part of a series that add support to the go client for interacting with runbooks that are stored in Git for version controlled projects:

This PR adds types and functions needed to run Git runbooks in the CLI. The corresponding PR that uses these is OctopusDeploy/cli#441.

RunbookID string `json:"RunbookId,omitempty"`
RunbookProcessID string `json:"RunbookProcessId,omitempty"`
NextNameIncrement string `json:"NextNameIncrement,omitempty"`
Packages []*releases.ReleaseTemplatePackage `json:"Packages"`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not really sure why Packages here is a pointer, over in the equivalent DeploymentProcessTemplate it isn't...

@geofflamrock geofflamrock marked this pull request as ready for review November 4, 2024 02:03
@geofflamrock geofflamrock requested a review from a team November 4, 2024 02:03
@geofflamrock geofflamrock changed the title Adds support for running Git runbooks feat: Adds support for running Git runbooks Nov 18, 2024
@geofflamrock geofflamrock merged commit 067514c into main Nov 20, 2024
6 checks passed
@geofflamrock geofflamrock deleted the geoffl-run-git-runbook branch November 20, 2024 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants