mirror of https://github.com/apache/poi.git
still issues in create-jobs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908598 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ee5ef1f95
commit
aec585b5a6
|
@ -354,13 +354,13 @@ poijobs.each { poijob ->
|
||||||
}
|
}
|
||||||
triggers {
|
triggers {
|
||||||
pullRequestBuildTrigger()
|
pullRequestBuildTrigger()
|
||||||
/*githubPullRequest {
|
githubPullRequest {
|
||||||
admins(['centic9', 'poi-benchmark', 'tballison', 'gagravarr', 'onealj', 'pjfanning', 'Alain-Bearez'])
|
admins(['centic9', 'poi-benchmark', 'tballison', 'gagravarr', 'onealj', 'pjfanning', 'Alain-Bearez'])
|
||||||
userWhitelist(['centic9', 'poi-benchmark', 'tballison', 'gagravarr', 'onealj', 'pjfanning', 'Alain-Bearez'])
|
userWhitelist(['centic9', 'poi-benchmark', 'tballison', 'gagravarr', 'onealj', 'pjfanning', 'Alain-Bearez'])
|
||||||
orgWhitelist(['apache'])
|
orgWhitelist(['apache'])
|
||||||
cron('H/5 * * * *')
|
cron('H/5 * * * *')
|
||||||
triggerPhrase('OK to test')
|
triggerPhrase('OK to test')
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
triggers {
|
triggers {
|
||||||
|
|
Loading…
Reference in New Issue