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

example config missing from docs #20

Open
timwebster9 opened this issue Jul 26, 2018 · 1 comment
Open

example config missing from docs #20

timwebster9 opened this issue Jul 26, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@timwebster9
Copy link
Collaborator

timwebster9 commented Jul 26, 2018

if a config file for a test isn't named jenkins.config it is excluded from the auto-generated docs (for example, the JNLP config). I think because of this:

generate(template, "${System.getProperty("user.dir")}/src/test/resources/scripts", "**/jenkins.config")

Actually it might be good to have a naming convention to exclude test configs we don't want to show, so as not to confuse the reader.

@timwebster9 timwebster9 added the bug Something isn't working label Jul 26, 2018
@timja
Copy link
Collaborator

timja commented Jul 28, 2018

Adding an _ or a . would probably be enough to be a 'private' config that doesn't go in the docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants