summaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2018-10-02 14:55:09 +0000
committerPJ Fanning <fanningpj@apache.org>2018-10-02 14:55:09 +0000
commit488a84d1887a40d1d55749ff9b8d52273000e5cb (patch)
treec0ebf3eb07e051cc6463cfc61b01b60f16d3117a /jenkins
parent5cc7c598e778036402ad5b8594216cc118521a69 (diff)
downloadpoi-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.groovy2
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 {