Hey so I'm trying too setup a build with jenkins and the following exception is being thrown:
java.nio.charset.MalformedInputException: Input length = 1
at java.base/java.lang.StringCoding.throwMalformed(StringCoding.java:707)
at java.base/java.lang.StringCoding.decodeUTF8_0(StringCoding.java:894)
at java.base/java.lang.StringCoding.newStringNoRepl1(StringCoding.java:1030)
at java.base/java.lang.StringCoding.newStringNoRepl(StringCoding.java:1015)
at java.base/java.lang.System$2.newStringNoRepl(System.java:2197)
at java.base/java.nio.file.Files.readString(Files.java:3287)
at hudson.FilePath$ReadToString.invoke(FilePath.java:2377)
at hudson.FilePath$ReadToString.invoke(FilePath.java:2372)
at hudson.FilePath.act(FilePath.java:1192)
at hudson.FilePath.act(FilePath.java:1175)
at hudson.FilePath.readToString(FilePath.java:2369)
at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:188)
at org.jenkinsci.plugins.workflow.multibranch.SCMBinder.create(SCMBinder.java:145)
at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:312)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)```