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