Skip to content

Commit

Permalink
ci(jenkins): update dependencies
Browse files Browse the repository at this point in the history
- bump playwright from 1.25.1 to 1.27.1
  • Loading branch information
SimonGolms committed Nov 9, 2022
1 parent 74891f2 commit 5929188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ odsComponentPipeline(
envVars: [
envVar(key: 'HOME', value: '/tmp')
],
image: "mcr.microsoft.com/playwright:v1.25.1-focal",
image: "mcr.microsoft.com/playwright:v1.27.1-focal",
name: 'playwright',
// HINT: Before you increase the resources, make sure that the quotas provide the appropriate resources.
// resourceLimitCpu: '1',
Expand Down

0 comments on commit 5929188

Please sign in to comment.