From 02c7d5b799c81bc7013d063f2ea77feb5cd52b76 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 18 Apr 2026 17:47:57 -0300 Subject: [PATCH] ci(jenkins): align Playwright image with test runner version --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 600abf0..11c86c7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,7 +52,7 @@ spec: - name: workspace-volume mountPath: /home/jenkins/agent - name: frontend - image: mcr.microsoft.com/playwright:v1.51.0-jammy + image: mcr.microsoft.com/playwright:v1.59.1-jammy command: ["cat"] tty: true volumeMounts: