-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Octopus Create Release support #55
Conversation
Hello @ss-remygreinhofer , let's go over #53 first and then rebase this one once merged, so it can be reviewed. |
I'll rebase, add the tests and all the good stuff soon. |
feb82cf
to
37b4a20
Compare
Any chance this can get merged soon? |
@ss-remygreinhofer @gertjvr Thanks for this! I'll review this next week. Been busy the past few months, but I'll retake active maintenance on the project. Cheers! |
@ss-remygreinhofer as #64 merged, this causes conflict with import path for the package causing CI to tail. Would you mind rebasing to latest master so we can merge this? |
This patch implements a new build step allowing to create Octopus releases.
Upstream updated the Step interface. This patch makes sure that the Octopus steps implement it correctly.
Adds unit tests for the `StepOctopusCreateRelease` related functions.
a3c6399
to
1eaa258
Compare
Updated! |
This patch implements the support for Octopus
(https://octopus.com/docs/api-and-integration/teamcity). It allows to
define a new type of build step: "octopus.create.release".