Created
April 16, 2015 20:13
-
-
Save Dalmirog-zz/36e8794d93ab3f8e9e05 to your computer and use it in GitHub Desktop.
Get deployment Log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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