diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-03-18 11:55:54 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-03-18 11:55:54 +0000 |
commit | 2ae294e606566788f0baf3531c6dcee1b7d30b01 (patch) | |
tree | 0bb89302acbdabc4e48f6ad6b2bb6201a47a0f13 /jenkins | |
parent | 27344ca66169f2c99fc418eae3217ab1f613fbd4 (diff) | |
download | poi-2ae294e606566788f0baf3531c6dcee1b7d30b01.tar.gz poi-2ae294e606566788f0baf3531c6dcee1b7d30b01.zip |
use 'its'
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 2f413f4f7e..656914c795 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -691,7 +691,7 @@ Unfortunately we often see builds break because of changes/new machines...''') 'adoptopenjdk_hotspot_8u282', 'ibmjdk_1.8.0_261' ) - // Note H50 is reserved according to it's node-descripion + // Note H50 is reserved according to its node-description label('Nodes','H22','H23','H24','H25','H26','H27','H28','H29','H30','H31','H32','H33','H34','H35','H36','H37','H38','H39','H40','H41','H42','H43','H44','H48','lucene1','lucene2','master') } steps { |