Explorar el Código

update jobs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911466 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
PJ Fanning hace 9 meses
padre
commit
0d18765c29
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

@@ -35,7 +35,7 @@ def poijobs = [
[ name: 'POI-DSL-1.17', jdk: '1.17', trigger: 'H */12 * * *', skipcigame: true
],
// Jenkins on ci-builds.apache.org does not support spotbugs with a new enough version of asm for Java18+
[ name: 'POI-DSL-1.18', jdk: '1.18', trigger: triggerSundays, skipcigame: true, skipSpotbugs: true
[ name: 'POI-DSL-1.18', jdk: '1.18', trigger: triggerSundays, skipcigame: true, skipSpotbugs: true,
// let's save some CPU cycles here, 18 is not a LTS and JDK 20 is out
disabled: true
],

Cargando…
Cancelar
Guardar