mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:53:25 +02:00
add docs job to groovy
This commit is contained in:
parent
2ae5a56b6e
commit
6dd4aaf177
1 changed files with 11 additions and 0 deletions
|
@ -140,3 +140,14 @@ parameterizedJob.with {
|
||||||
tasks / 'hudson.plugins.postbuildtask.TaskProperties' / script).setValue(curlCommand)
|
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