-
Notifications
You must be signed in to change notification settings - Fork 261
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
plantuml plugin requires dot utiliy #630
Comments
Do we have it on jenkins installed? |
On GH I see:
but on Jenkins not ... so we have installed on Jenkins |
I would recommend to always rely on https://plantuml.com/smetana02 to keep deps minimal (also for running the build locally). |
@mthmulders Can you have a look why it still emits
in https://github.com/apache/maven-site/actions/runs/13217260866/job/36897983701?pr=676, despite all diagrams using smetana? Also shouldn't such exception lead to a broken build? |
IHMO only one was missed - added in #676 |
@kwin It looks like this is emitted from PlantUML itself - my plugin is nothing more than a very thin wrapper around invoking PlantUML directly. Maybe it was caused by this?
|
so when we don't know how to avoid exception we should install needed utility |
Improvement proposal
GitHub Acton setup should be updated to install utility
https://plantuml.com/graphviz-dot
The text was updated successfully, but these errors were encountered: