-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Currently, SCMBinder will attempt to perform a lightweight checkout, falling back to heavyweight when that fails. However, there is no public way to tell which type of checkout was use.
[JENKINS-60550] Determine if heavyweight or lightweight checkout was used for multibranch pipelines
Description | Original: Currently, SCMBinder will attempt to perform a lightweight checkout, falling back to heavyweight when that fails. There is no public way to tell which type of checkout was use. Adding a basic isLightweight() method like in CpsScmFlowDefinition would be useful. | New: Currently, SCMBinder will attempt to perform a lightweight checkout, falling back to heavyweight when that fails. There is no public way to tell which type of checkout was use. Propose adding an isLightweight() method like in CpsScmFlowDefinition. |
Summary | Original: Let SCMBinder indicate if heavyweight or lightweight checkout was used | New: Determine if heavyweight or lightweight checkout was used for multibranch pipelines |
Description | Original: Currently, SCMBinder will attempt to perform a lightweight checkout, falling back to heavyweight when that fails. There is no public way to tell which type of checkout was use. Propose adding an isLightweight() method like in CpsScmFlowDefinition. | New: Currently, SCMBinder will attempt to perform a lightweight checkout, falling back to heavyweight when that fails. There is no public way to tell which type of checkout was use. Maybe we can add an isLightweight() method like in CpsScmFlowDefinition? |
Description | Original: Currently, SCMBinder will attempt to perform a lightweight checkout, falling back to heavyweight when that fails. There is no public way to tell which type of checkout was use. Maybe we can add an isLightweight() method like in CpsScmFlowDefinition? | New: Currently, SCMBinder will attempt to perform a lightweight checkout, falling back to heavyweight when that fails. There is no public way to tell which type of checkout was use. |
Description | Original: Currently, SCMBinder will attempt to perform a lightweight checkout, falling back to heavyweight when that fails. There is no public way to tell which type of checkout was use. | New: Currently, SCMBinder will attempt to perform a lightweight checkout, falling back to heavyweight when that fails. However, there is no public way to tell which type of checkout was use. |