mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:53:03 +02:00
Merge pull request #856 from birarda/master
add doxygen job for jenkins to groovy
This commit is contained in:
commit
a0dc4305a5
1 changed files with 11 additions and 0 deletions
|
@ -140,3 +140,14 @@ parameterizedJob.with {
|
|||
tasks / 'hudson.plugins.postbuildtask.TaskProperties' / script).setValue(curlCommand)
|
||||
}
|
||||
}
|
||||
|
||||
doxygenJob = hifiJob('docs', false)
|
||||
doxygenJob.with {
|
||||
configure { project ->
|
||||
(project / builders).setValue('')
|
||||
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
|
||||
doxyfilePath 'Doxyfile'
|
||||
keepAll false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue