0

I am able to run Doxygen via the Doxygen GUI frontend and generate the documentation as expected. When I configure this to run in Jenkins, the console output from my build suggests that doxygen is running:

[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level 
         C:\Doxygen\html to 
         C:\Jenkins\jobs\GIT_MASTER\htmlreports\GIT_MASTER_Doxygen_Documentation
Finished: SUCCESS

However when I check the OUTPUT_DIRECTORY it is empty.

My version of Jenkins is 1.542, the html publisher plugin is 1.3 and Doxygen is 1.8.6

I'm wondering if I have missed something in Jenkins configuration but I can't find anything else. As always any help is appreciated.

BTW, the Jenkins Doxygen plugin works as expected to generate html reports.

Thanks

Pierre
  • 558
  • 1
  • 7
  • 36
user1464251
  • 333
  • 1
  • 2
  • 16
  • Are you invoking Doxygen when using the HTML Publisher and not the Doxygen plugin? – jwernerny Jan 10 '14 at 18:10
  • @jwernerny Initially I only had the html publisher plugin installed and had it configured as a Post-build Action in Jenkins. Couldn't get it to work. Then I added the Doxygen plugin to Jenkins configured it as a post-build action and everything just worked. – user1464251 Jan 13 '14 at 13:43

0 Answers0