Explorar el Código

Cater for two different locations of test-results in Gradle 2.x and 3.x

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1789910 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_16_FINAL
Dominik Stadler hace 7 años
padre
commit
bd5ea8d3b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      jenkins/create_jobs.groovy

+ 1
- 1
jenkins/create_jobs.groovy Ver fichero

@@ -57,7 +57,7 @@ def poijobs = [
],
[ name: 'POI-DSL-Gradle', jdk: '1.7', trigger: triggerSundays, email: 'centic@apache.org', gradle: true,
// Gradle will not run any tests if the code is up-to-date, therefore manually mark the files as updated
addShell: 'touch --no-create build/*/build/test-results/test/TEST-*.xml'
addShell: 'touch --no-create build/*/build/test-results/TEST-*.xml build/*/build/test-results/test/TEST-*.xml'
],
[ name: 'POI-DSL-no-scratchpad', trigger: triggerSundays, noScratchpad: true
],

Cargando…
Cancelar
Guardar