We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d2d03 commit 63ee891Copy full SHA for 63ee891
Jenkinsfile
@@ -14,7 +14,7 @@ mixedBeehiveFlow(
14
resourceRequestMemory: '4Gi',
15
resourceLimitCpu: '4',
16
resourceLimitMemory: '4Gi',
17
- selenium: [ image: "selenium/standalone-chrome:127.0" ]
+ selenium: [ image: tinyAws.getPullThroughCacheImage("selenium/standalone-chrome", "127.0") ]
18
],
19
publishContainer: [
20
0 commit comments