mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 12:42:58 +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 {
|
doxygenJob.with {
|
||||||
|
scm {
|
||||||
|
git(GIT_REPO_URL, 'master') {}
|
||||||
|
}
|
||||||
|
|
||||||
configure { project ->
|
configure { project ->
|
||||||
(project / builders).setValue('')
|
(project / builders).setValue('')
|
||||||
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
|
}
|
||||||
doxyfilePath 'Doxyfile'
|
|
||||||
keepAll false
|
steps {
|
||||||
folderWhereYouRunDoxygen ' '
|
shell('doxygen')
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
queue doxygenJob*/
|
queue doxygenJob
|
Loading…
Reference in a new issue