-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins ver. 2.60.3 and 2.73.1
In Pipeline Job, "Branches to build configuration" it's said "blanck for any" but it fails when I manually trigger the build with :
java.lang.IllegalArgumentException: Invalid refspec refs/heads/**
see screen shots for more details
is there any other way to build all branches?
Work around the issue by disabling lightweight checkout in the job definition
Well, it was working for me four hours ago, but now I'm reproducing the invalid refspec error, in 2.70.1, in response to both polled changes and when invoking builds manually. The only branch specifier syntax I can find that reliably succeeds is some kind of specific branch prefix.