]> source.dussan.org Git - poi.git/commitdiff
try to fix xmlbeans jenkins job
authorPJ Fanning <fanningpj@apache.org>
Tue, 2 Oct 2018 14:55:09 +0000 (14:55 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 2 Oct 2018 14:55:09 +0000 (14:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842629 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index a86587e72acadc0e8b5aa3bfab00e203aa7ce124..5538b4be5161cb213154e9568ab2a42c56abfc96 100644 (file)
@@ -483,7 +483,7 @@ xmlbeansjobs.each { xjob ->
             scm(trigger)
         }
 
-        def shellcmds = (xjob.windows ? shellCmdsWin : shellCmdsUnix).replace('JOBSHELL', xjob.shell ?: '')
+        def shellcmds = (xjob.windows ? shellCmdsWin : shellCmdsUnix).replace('POIJOBSHELL', xjob.shell ?: '')
 
         // Create steps and publishers depending on the type of Job that is selected
         steps {