use shell command for doxygen instead of plugin

This commit is contained in:
Stephen Birarda 2013-08-16 10:42:58 -07:00
parent 2cd83ee9a8
commit 1802ccdc7f

View file

@ -149,11 +149,10 @@ doxygenJob.with {
configure { project ->
(project / builders).setValue('')
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
doxyfilePath 'Doxyfile'
keepAll false
folderWhereYouRunDoxygen ''
}
}
steps {
shell('doxygen')
}
}