-
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
[JENKINS-46588] Pipeline Branch Specifier "blank for 'any'" fails
Component/s | New: git-plugin [ 15543 ] | |
Component/s | Original: pipeline [ 21692 ] |
Environment | Original: Jenkins ver. 2.60.3 | New: Jenkins ver. 2.60.3 and 2.70.1 |
Environment | Original: Jenkins ver. 2.60.3 and 2.70.1 | New: Jenkins ver. 2.60.3 and 2.73.1 |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Priority | Original: Blocker [ 1 ] | New: Minor [ 4 ] |
Description |
Original:
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? |
New:
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* |