You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2023/03/20 20:39:45 UTC

svn commit: r1908598 - /poi/trunk/jenkins/create_jobs.groovy

Author: fanningpj
Date: Mon Mar 20 20:39:45 2023
New Revision: 1908598

URL: http://svn.apache.org/viewvc?rev=1908598&view=rev
Log:
still issues in create-jobs

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1908598&r1=1908597&r2=1908598&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Mon Mar 20 20:39:45 2023
@@ -354,13 +354,13 @@ poijobs.each { poijob ->
             }
             triggers {
                 pullRequestBuildTrigger()
-                /*githubPullRequest {
+                githubPullRequest {
                     admins(['centic9', 'poi-benchmark', 'tballison', 'gagravarr', 'onealj', 'pjfanning', 'Alain-Bearez'])
                     userWhitelist(['centic9', 'poi-benchmark', 'tballison', 'gagravarr', 'onealj', 'pjfanning', 'Alain-Bearez'])
                     orgWhitelist(['apache'])
                     cron('H/5 * * * *')
                     triggerPhrase('OK to test')
-                }*/
+                }
             }
         } else {
             triggers {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org