mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 22:08:27 +02:00
remove selective listening on git push
This commit is contained in:
parent
ab7c5eb1e6
commit
2cd83ee9a8
1 changed files with 7 additions and 3 deletions
|
@ -141,16 +141,20 @@ 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 ' '
|
||||
folderWhereYouRunDoxygen ''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
queue doxygenJob*/
|
||||
queue doxygenJob
|
Loading…
Reference in a new issue