mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
Merge pull request #860 from birarda/master
repair docs job in groovy for jenkins
This commit is contained in:
commit
e1e451b4f2
1 changed files with 10 additions and 7 deletions
|
@ -141,16 +141,19 @@ parameterizedJob.with {
|
|||
}
|
||||
}
|
||||
|
||||
/*doxygenJob = hifiJob('docs', false)
|
||||
doxygenJob = hifiJob('docs', false)
|
||||
doxygenJob.with {
|
||||
scm {
|
||||
git(GIT_REPO_URL, 'master') {}
|
||||
}
|
||||
|
||||
configure { project ->
|
||||
(project / builders).setValue('')
|
||||
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
|
||||
doxyfilePath 'Doxyfile'
|
||||
keepAll false
|
||||
folderWhereYouRunDoxygen ' '
|
||||
}
|
||||
}
|
||||
|
||||
steps {
|
||||
shell('doxygen')
|
||||
}
|
||||
}
|
||||
|
||||
queue doxygenJob*/
|
||||
queue doxygenJob
|
Loading…
Reference in a new issue