Explorar el Código

fix name

Signed-off-by: olivier lamy <olamy@apache.org>
pull/50/head
olivier lamy hace 5 años
padre
commit
d2981f18d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver fichero

@@ -126,7 +126,7 @@ pipeline {
ARCHIVA_USER_CONFIG_FILE = '/tmp/archiva-master-jdk-11-${env.JOB_NAME}.xml'
}
steps {
ws("${env.JOB_NAME}-JDK10") {
ws("${env.JOB_NAME}-JDK11") {
checkout scm
timeout(120) {
withMaven(maven: buildMvn, jdk: buildJdk11,

Cargando…
Cancelar
Guardar