AdminPaul Stovell
(Founder, Octopus Deploy)
My feedback
-
4 votes
An error occurred while saving the comment -
5 votes
An error occurred while saving the comment I like this suggestion. It should also be settable within deployment scripts - e.g.,
write-host '##octopus[quality dimension="tests" value="3"]'
-
251 votes
Thanks everyone who provided feedback on this ticket. We published a blog post yesterday showing how to do PowerShell DSC with Octopus – everything from deploying DSC scripts, detecting drift, getting email notifications when drift occurs, and automatically fixing the drift:
https://octopus.com/blog/octopus-and-powershell-dsc
With that in mind, I think many of the comments on this suggestion are “done”. But there might be some areas of DSC support that we still don’t do. I’d really appreciate if you could read the post, and let us know of any scenarios we’ve missed. If it looks like we’ve done nearly everything, I might close this UserVoice suggestion and we can open new, more targeted suggestions for any gaps.
AdminPaul Stovell (Founder, Octopus Deploy) shared this idea ·
-
112 votes
We’ll be building this very soon
AdminPaul Stovell (Founder, Octopus Deploy) shared this idea ·
-
37 votes
AdminPaul Stovell (Founder, Octopus Deploy) shared this idea ·
-
19 votes
AdminPaul Stovell (Founder, Octopus Deploy) shared this idea ·
-
65 votes
An error occurred while saving the comment Another way to approach this may be queues:
http://help.octopusdeploy.com/discussions/suggestions/1068-queueing-deployments
AdminPaul Stovell (Founder, Octopus Deploy) shared this idea ·
-
300 votes
Hi Ryan,
In the mean time, you could use New-OctopusArtifact to attach the file as an artifact, which you can then view from your browser:
(See Collecting Artifacts here: http://docs.octopusdeploy.com/display/OD/Script+Console)