Skip to content

Commit 63ee891

Browse files
authored
TINY-11749: Replace docker with ptc image (#411)
1 parent 54d2d03 commit 63ee891

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
@@ -14,7 +14,7 @@ mixedBeehiveFlow(
1414
resourceRequestMemory: '4Gi',
1515
resourceLimitCpu: '4',
1616
resourceLimitMemory: '4Gi',
17-
selenium: [ image: "selenium/standalone-chrome:127.0" ]
17+
selenium: [ image: tinyAws.getPullThroughCacheImage("selenium/standalone-chrome", "127.0") ]
1818
],
1919
publishContainer: [
2020
resourceRequestMemory: '4Gi',

0 commit comments

Comments
 (0)