-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
casc config reports improper filter value #265
Comments
Is this when you use the CasC export function to generate the YAML from Jenkins' existing configuration? (Just checking we're thinking of the same feature here. ) |
i believe so - i see it when i click the "view configuration" button. it's a minor issue as the fields are correct on the configuration page. |
@jetersen could you confirm how configuration classes are meant to expose their values for this "view configuration" page? My first guess is that an extra method is needed for this on the descriptor of the Alternatively does the "view configuration" page simply use toString() on the config objects, in which case I just need to override toString() for this? |
@jetersen could you take a look at this? |
Jenkins and plugins versions report
when viewing the casc config, the filter value is reported as the object address.
What Operating System are you using (both controller, and any agents involved in the problem)?
linux
Reproduction steps
add a filter, view casc config
Expected Results
the value of the filter is displayed
Actual Results
object value displayed
Anything else?
No response
The text was updated successfully, but these errors were encountered: