-
Notifications
You must be signed in to change notification settings - Fork 32
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
JobCacher Plugin causes exception when displaying JobDSL online documentation #271
Comments
I have the same here This is caused by 1b30b69#diff-65ac0fc6698e9af4c08a4000530bb354a2055def48bdccc64512931f67d2baceR101
I think the Would have been nice to catch this directly using tests |
I have an open PR here related to tests. I will try to add tests on JobDSL structure I should be enough to test freestyle job generation using some jobcacher step to validate structure |
Fix JobDSL for #271 and reactive test
Awesome! Looking forward to the next release ;-) |
You can use https://github.com/jenkinsci/jobcacher-plugin/releases/tag/449.v00180ef283de that should fix JobDSL structure including the job dsl viewer |
I can confirm that it works again! Thanks! |
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 22.04 LTS
Reproduction steps
Go to https://jenkins-instance/plugin/job-dsl/api-viewer/index.html
Expected Results
It lists the online documentation for JobDSL
Actual Results
It displays an empty page. The Jenkins log gives the following stacktrace:
Anything else?
No response
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: