diff options
author | PJ Fanning <fanningpj@apache.org> | 2018-10-02 14:55:09 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2018-10-02 14:55:09 +0000 |
commit | 488a84d1887a40d1d55749ff9b8d52273000e5cb (patch) | |
tree | c0ebf3eb07e051cc6463cfc61b01b60f16d3117a /jenkins | |
parent | 5cc7c598e778036402ad5b8594216cc118521a69 (diff) | |
download | poi-488a84d1887a40d1d55749ff9b8d52273000e5cb.tar.gz poi-488a84d1887a40d1d55749ff9b8d52273000e5cb.zip |
try to fix xmlbeans jenkins job
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842629 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 a86587e72a..5538b4be51 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -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 { |