You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this library in a .NET Framework 4.7.2 project, the following exception occurs.
Same code in .NET 8.0 works fine.
Unhandled Exception: JenkinsNET.Exceptions.JenkinsJobBuildException: Failed to build Jenkins Job '...'! ---> System.Net.WebException: The remote server returned an error: (411) Length Required.
at System.Net.HttpWebRequest.GetResponse()
at JenkinsNET.Internal.JenkinsHttpCommand.Run()
at JenkinsNET.JenkinsClientJobs.Build(String jobName)
The text was updated successfully, but these errors were encountered:
When using this library in a .NET Framework 4.7.2 project, the following exception occurs.
Same code in .NET 8.0 works fine.
Unhandled Exception: JenkinsNET.Exceptions.JenkinsJobBuildException: Failed to build Jenkins Job '...'! ---> System.Net.WebException: The remote server returned an error: (411) Length Required.
at System.Net.HttpWebRequest.GetResponse()
at JenkinsNET.Internal.JenkinsHttpCommand.Run()
at JenkinsNET.JenkinsClientJobs.Build(String jobName)
The text was updated successfully, but these errors were encountered: