diff options
author | Dominik Stadler <centic@apache.org> | 2019-01-11 19:31:18 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2019-01-11 19:31:18 +0000 |
commit | c41ace92b677ebf0552f6fb7303f2e8937f75fbf (patch) | |
tree | 7cd8a1ec36fd4bcf14569ea8fc10924e8a25cb94 /jenkins | |
parent | c1940b1ccd2e2951de9c56017b6d88f11b9edb64 (diff) | |
download | poi-c41ace92b677ebf0552f6fb7303f2e8937f75fbf.tar.gz poi-c41ace92b677ebf0552f6fb7303f2e8937f75fbf.zip |
Revert inadvertently commented lines
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851092 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 6f23fa1df9..9592679d42 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -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 because of changes/new machines...''') '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="POI Build" default="test"><target 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)') } |