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:
PJ Fanning 2023-03-20 20:39:45 +00:00
parent 6ee5ef1f95
commit aec585b5a6
1 changed files with 2 additions and 2 deletions

View File

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