InedoExtensionTests - Jenkins 1.3.2 Build 4

Failed
Test method Inedo.Extensions.Jenkins.Tests.JenkinsClientTests.OpenArtifact threw exception: 
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:8080
    at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
    at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Inedo.Extensions.Jenkins.JenkinsClient.<CreateHttpClientAsync>d__6.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E13569\_D0\Src\Jenkins\InedoExtension\JenkinsClient.cs:line 51
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Inedo.Extensions.Jenkins.JenkinsClient.<OpenAsync>d__10.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E13569\_D0\Src\Jenkins\InedoExtension\JenkinsClient.cs:line 133
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Inedo.Extensions.Jenkins.Tests.JenkinsClientTests.<>c__DisplayClass16_1.<<OpenArtifact>b__0>d.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E13569\_D0\Src\Jenkins\InedoExtensionTests\JenkinsClientTests.cs:line 254
--- End of stack trace from previous location where exception was thrown ---
   at Inedo.TaskExtensions.Result[TResult](Task`1 task)
   at Inedo.Extensions.Jenkins.Tests.JenkinsClientTests.OpenArtifact() in C:\ProgramData\BuildMaster\Temp\Service\_E13569\_D0\Src\Jenkins\InedoExtensionTests\JenkinsClientTests.cs:line 254
Close