Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
Jenkins 1.609-1.642
SCM API 1.0
Pipeline plugin 1.13
git-client plugin 1.19.0-1.19.2
git plugin 2.4.0-2.4.2
Description
In a multibranch job, if you configure "Single Source" as method to checkout source, after you save, if you open configuration seems like configuration's fields were lost.
Configuring
Review configuration
Attachments
Issue Links
- blocks
-
JENKINS-31155 Workflow shared library improvements
-
- Closed
-
- links to
Rarely tested, since there is not much point in using this SCM source: you would need to manually configure every branch.
The cause is obvious from code inspection: the fields have no public getters. Should be simple to fix, and demonstrate using a functional test calling configRoundTrip using a mock Builder which takes an SCMSource field.