InedoExtensionTests - Jenkins 1.3.2 Build 4

Failed
Test method Inedo.Extensions.Jenkins.Tests.JenkinsClientTests.GetSpecialBuildNumber threw exception: 
System.AggregateException: One or more errors occurred. ---> 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.<GetAsync>d__7.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E13569\_D0\Src\Jenkins\InedoExtension\JenkinsClient.cs:line 73
--- 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.<GetSpecialBuildNumberAsync>d__15.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E13569\_D0\Src\Jenkins\InedoExtension\JenkinsClient.cs:line 193
--- 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__DisplayClass10_1.<<GetSpecialBuildNumber>b__0>d.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E13569\_D0\Src\Jenkins\InedoExtensionTests\JenkinsClientTests.cs:line 132
--- End of inner exception stack trace ---
    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   at Inedo.Extensions.Jenkins.Tests.JenkinsClientTests.GetSpecialBuildNumber() in C:\ProgramData\BuildMaster\Temp\Service\_E13569\_D0\Src\Jenkins\InedoExtensionTests\JenkinsClientTests.cs:line 132
Close