alpine 3.16, reporter par défaut
This commit is contained in:
parent
4abd2c5fef
commit
11014fd443
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue