I have a repo with "C" source, most with doxygen style tags. I would like to use pipelines to generate that code when changes are made. Is there a way to do this?
I tried a C++ pipeline, but it does not have a doxygen command in it's image? Is there another image that does? How can I get specs on the various pipeline images?
Hi @Wayne_Johnson,
Thank you for reaching out to the community.
Indeed, you can use Pipelines to trigger a Pipelines build when there's someone pushed to your repository.
This is by using the default trigger.
I'm not really 100% familiar with doxygen Docker image, however, you can check Docker hub for any existing images that you can use.
Here's what I've found so far:
We also encourage you to create your own Docker image so that you can easily maintain it if needed.
Hope it helps and do let me know if you have further questions.
Regards,
Mark C
Thanks. I was just using the standard image. Didn’t realize I could use any hub image. It’s working now, just need to add the steps to push the html somewhere.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Wayne_Johnson,
Great. Glad to know it is working now.
Do let me know if you have further questions that I can help with and feel free to mark this question as answered as well.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.