mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 22:08:27 +02:00
use shell command for doxygen instead of plugin
This commit is contained in:
parent
2cd83ee9a8
commit
1802ccdc7f
1 changed files with 4 additions and 5 deletions
|
@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue