소스 검색

try to fix xmlbeans jenkins job

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842629 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_0_1
PJ Fanning 5 년 전
부모
커밋
488a84d188
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      jenkins/create_jobs.groovy

+ 1
- 1
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 {

Loading…
취소
저장