From 407fe8731817fe455fa48a3e518a3e2f678d1062 Mon Sep 17 00:00:00 2001 From: William Petit Date: Tue, 11 Aug 2020 14:22:03 +0200 Subject: [PATCH] Correction message audit Lighthouse --- vars/lighthouse.groovy | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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)