Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Doxygen plugin in Jenkins: OUTPUT_DIRECTORY error

The root of the my application, where the Doxyfile is located, is: /home/aaa/public_html

I want to generate the documentation in: /home/bbb/public_html/ccc

It works well but not with Jenkins: I get the error hudson.AbortException: The output directory doesn't exist.

The workspace of my Jenkins job is: /var/lib/jenkins/jobs/Doxy1/workspace

I tried hard but it won't work. What could I do?

like image 678
Guilhem Soulas Avatar asked Nov 01 '12 14:11

Guilhem Soulas


1 Answers

I found the solution.

Instead of using the plugin, I just created freestyle job in Jenkins with the Doxygen generation command in it.

like image 104
Guilhem Soulas Avatar answered Sep 20 '22 13:09

Guilhem Soulas