InedoExtensionTests - Jenkins 1.3.3 Build 1

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__9.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E19591\Src\Jenkins\InedoExtension\JenkinsClient.cs:line 58
--- 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__10.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E19591\Src\Jenkins\InedoExtension\JenkinsClient.cs:line 80
--- 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__18.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E19591\Src\Jenkins\InedoExtension\JenkinsClient.cs:line 200
--- 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__DisplayClass9_1.<<GetSpecialBuildNumber>b__0>d.MoveNext() in C:\ProgramData\BuildMaster\Temp\Service\_E19591\Src\Jenkins\InedoExtensionTests\JenkinsClientTests.cs:line 135
--- 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\_E19591\Src\Jenkins\InedoExtensionTests\JenkinsClientTests.cs:line 135
Close