Skip to content

Commit 14bddb1

Browse files
author
Kamil
committed
4th attempt to fix playwright browser issue
1 parent 76b60b4 commit 14bddb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pipeline {
22
agent {
33
docker {
4-
image 'mcr.microsoft.com/playwright:v1.39.0-jammy'
4+
image 'mcr.microsoft.com/playwright:v1.34.3-jammy'
55
args '-p 3000:3000 -p 5000:5000 -u root'
66
}
77
}

0 commit comments

Comments
 (0)