소스 검색

Jenkins DSL: Run all tests in no-scratchpad to try to get similar coverage-numbers

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780452 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_16_BETA2
Dominik Stadler 7 년 전
부모
커밋
abf8c414f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      jenkins/create_jobs.groovy

+ 1
- 1
jenkins/create_jobs.groovy 파일 보기

@@ -263,7 +263,7 @@ for more details about the DSL.</b>
antInstallation(defaultAnt)
}
ant {
targets(['-Dscratchpad.ignore=true', 'jacocotask', 'test-main', 'test-ooxml', 'test-excelant', 'test-ooxml-lite', 'testcoveragereport'] + (poijob.properties ?: []))
targets(['-Dscratchpad.ignore=true', 'jacocotask', 'test-all', 'testcoveragereport'] + (poijob.properties ?: []))
prop('coverage.enabled', true)
antInstallation(defaultAnt)
}

Loading…
취소
저장