Merge branch 'master' of https://github.com/worklist/hifi into separate_import_with_preview

This commit is contained in:
atlante45 2013-08-15 17:13:58 -07:00
commit 3f320d902e

View file

@ -140,3 +140,16 @@ 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
}
}
}
queue doxygenJob