alpine 3.16, reporter par défaut

This commit is contained in:
Rudy Masson 2022-11-17 10:54:17 +01:00
parent 4abd2c5fef
commit 11014fd443
2 changed files with 1 additions and 3 deletions

View File

@ -36,7 +36,7 @@ pipeline {
)
]) {
def report = pa11y.audit(u.trim(), [
reporter: 'cli',
reporter: 'junit',
username: env.MSEDEV_USERNAME,
password: env.MSEDEV_PASSWORD,
standard: 'WCAG2AA',

View File

@ -4,8 +4,6 @@ ARG HTTP_PROXY=
ARG HTTPS_PROXY=
ARG http_proxy=
ARG https_proxy=
ARG GIT_USERNAME=
ARG GIT_PASSWORD=
RUN apt-get update -y && apt-get install -y git