You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.