Author: centic
Date: Fri Jan 11 19:31:18 2019
New Revision: 1851092

URL: http://svn.apache.org/viewvc?rev=1851092&view=rev
Log:
Revert inadvertently commented lines

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=1851092&r1=1851091&r2=1851092&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Fri Jan 11 19:31:18 2019
@@ -283,13 +283,13 @@ poijobs.each { poijob ->
                 stringParam('sha1', 'origin/pr/9/head', 'Provide a 
branch-spec, e.g. origin/pr/9/head')
             }
             triggers {
-                /*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 {
@@ -594,11 +594,11 @@ Unfortunately we often see builds break
                 'JDK 12 (latest)',
                 'OpenJDK 12 b18 (early access build)'
         )
-        /*elasticAxis {
+        elasticAxis {
             name('Nodes')
             
labelString('!cloud-slave&&!H15&&!H17&&!H18&&!H24&&!ubuntu-4&&!H21&&!H35&&!websites1&&!couchdb&&!plc4x&&!ppc64le')
             ignoreOffline(true)
-        }*/
+        }
     }
     steps {
         conditionalSteps {
@@ -623,7 +623,7 @@ echo '<?xml version="1.0"?><project name
                 fileExists('c:\\windows', BaseDir.WORKSPACE)
                 runner('DontRun')
                 steps {
-                    /*batchFile {
+                    batchFile {
                         command(
 '''@echo off
 echo .
@@ -633,7 +633,7 @@ javac -version
 echo .
 echo ^<?xml version=^"1.0^"?^>^<project name=^"POI Build^" 
default=^"test^"^>^<target name=^"test^"^>^<echo^>Using Ant: ${ant.version} 
from ${ant.home}^</echo^>^</target^>^</project^> > build.xml
 ''')
-                    }*/
+                    }
                     ant {
                         antInstallation(defaultAnt + ' (Windows)')
                     }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to