Merge pull request #860 from birarda/master

repair docs job in groovy for jenkins
This commit is contained in:
Leonardo Murillo 2013-08-16 10:44:47 -07:00
commit e1e451b4f2

View file

@ -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