-
Notifications
You must be signed in to change notification settings - Fork 18
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
doctoolchain-azure-devops-pipeline does not support C4 PlantUml elements when generating a Site #62
Comments
So, it seems that the azure contain still uses an older version of doctoolchain |
Yes indeed. So I created my own image based on v3.4.1 and used that one in my Azure DevOps pipeline which works fine. Fixed Dockerfile: https://github.com/StefH/docToolChain-bug/blob/main/fix%2FDockerfile |
thanx for the detailed bug report. I've updated the image.. can you please give it another try? |
ah, sorry, didn't see your message. What about sending a PR for taking part in the hacktoberfest? I can revert my fix |
No need to revert your fix, if you have fixed it that's cool! (I do have enough projects of my own to take care of) It took me 2 days of debugging & trying before I noticed that all 3.x images are actually based on 2.x to get it to work... |
I uswd the ng-beta branch. yes, it should be renamed 😁 no, I don't want to push the other versions again. but if you need one, I can push it for you |
Older versions are not needed. But maybe it's useful that you push the |
yes, that is a good point. Maybe we do a new release 3.4.2 ... |
I've this asciidoc page:
And the PlantUml looks like this:
And in VS Code this is rendered correctly:
But when executing this command:
I get this error:
And the generated html page looks like this:
When using the doctoolchain docker image, it works fine:
A repo to reproduce:
https://github.com/StefH/docToolChain-bug
The text was updated successfully, but these errors were encountered: