Skip to content
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

Discover "delegation" in attributes management #51

Closed
ndeloof opened this issue Feb 5, 2018 · 2 comments
Closed

Discover "delegation" in attributes management #51

ndeloof opened this issue Feb 5, 2018 · 2 comments

Comments

@ndeloof
Copy link
Contributor

ndeloof commented Feb 5, 2018

Some attributes are owned by Jenkins root class for legacy reasons but managed from a web UI point of view using GlobalConfiguration implementation (typically : security has a dedicated page).
We'd like to be able to discover this from the java codebase so we can mimic in the yaml model, so

jenkins:
  securityRealm: ...

would become :

jenkins:
  security:
     securityRealm:  ...
@ewelinawilkosz
Copy link
Contributor

Issue discussed at post-FOSDEM hackathon with conclusion:
ND: "we can do it as Configurator, but if we can do it declaratively we don’t need to keep up with changes in the core"
@ndeloof to attempt to define a core annotation to mark properties, but we anticipate it might raise questions. If that becomes too much pain, we’ll just hard-code those in JenkinsConfigurator

@ndeloof
Copy link
Contributor Author

ndeloof commented Feb 5, 2018

#58

ewelinawilkosz pushed a commit that referenced this issue Feb 12, 2018
ewelinawilkosz pushed a commit that referenced this issue Feb 12, 2018
Revert "[Work in Progress] close #51"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants