Correction message audit Lighthouse
This commit is contained in:
parent
83893e65d4
commit
407fe87318
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue