InedoExtensionTests - Jenkins 1.3.2 Build 4

Failed
Test method Inedo.Extensions.Jenkins.Tests.JenkinsClientTests.TriggerBuild_AND_GetQueuedBuildInfo 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.<PostAsync>d__8.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E13569\_D0\Src\Jenkins\InedoExtension\JenkinsClient.cs:line 93
--- 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.<TriggerBuildAsync>d__25.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E13569\_D0\Src\Jenkins\InedoExtension\JenkinsClient.cs:line 310
--- 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__DisplayClass18_1.<<TriggerBuild_AND_GetQueuedBuildInfo>b__0>d.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E13569\_D0\Src\Jenkins\InedoExtensionTests\JenkinsClientTests.cs:line 295
--- 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.TriggerBuild_AND_GetQueuedBuildInfo() in C:\ProgramData\BuildMaster\Temp\Service\_E13569\_D0\Src\Jenkins\InedoExtensionTests\JenkinsClientTests.cs:line 296
Close