diff --git a/vars/lighthouse.groovy b/vars/lighthouse.groovy index a3f3bfd..f966ee3 100644 --- a/vars/lighthouse.groovy +++ b/vars/lighthouse.groovy @@ -30,7 +30,7 @@ def call() { } } - stage("Run Lighthouse and pa11y audits") { + stage("Run Lighthouse audit") { steps { script { def lighthouseImage = buildDockerImage() @@ -66,10 +66,9 @@ def call() { rocketSend ( avatar: 'https://jenkins.cadol.es/static/b5f67753/images/headshot.png', message: """ - Les audits pour `${params.url}` sont terminés: + L'audit Lighthouse pour `${params.url}` est terminé: - - [Voir le rapport Lighthouse (bonnes pratiques)](${env.BUILD_URL}Rapports_20d_27audit/lighthouse.report.html) - - [Voir le rapport pa11y (accessibilité)](${env.BUILD_URL}Rapports_20d_27audit/pa11y.report.html) + - [Voir le rapport](${env.BUILD_URL}Rapports_20d_27audit/lighthouse.report.html) [Lancer un nouvel audit](${env.BUILD_URL}../build)