Skip to content

Instantly share code, notes, and snippets.

@Dalmirog-zz
Created April 16, 2015 20:13
Show Gist options
  • Save Dalmirog-zz/36e8794d93ab3f8e9e05 to your computer and use it in GitHub Desktop.
Save Dalmirog-zz/36e8794d93ab3f8e9e05 to your computer and use it in GitHub Desktop.
Get deployment Log
var endpoint = new OctopusServerEndpoint(server, apiKey);
var repository = new OctopusRepository(endpoint);
var deployment = repository.Deployments.Get("deployments-1126");
var task = repository.Tasks.Get(deployment.Links["Task"]);
var details = repository.Tasks.GetDetails(task);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment