alpine 3.16, reporter par défaut

This commit is contained in:
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',