mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +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 ->
|
configure { project ->
|
||||||
(project / builders).setValue('')
|
(project / builders).setValue('')
|
||||||
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
|
}
|
||||||
doxyfilePath 'Doxyfile'
|
|
||||||
keepAll false
|
steps {
|
||||||
folderWhereYouRunDoxygen ''
|
shell('doxygen')
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue