Skip to content

Commit d66bfa9

Browse files
authored
TINY-11749: Replace docker image with PTC image (#462)
1 parent e3175d0 commit d66bfa9

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
@@ -3,7 +3,7 @@
33

44
mixedBeehiveFlow(
55
container: [ resourceRequestMemory: '3Gi', resourceLimitMemory: '3Gi' ],
6-
headlessContainer: [ selenium: [ image: "selenium/standalone-chrome:127.0" ] ],
6+
headlessContainer: [ selenium: [ image: tinyAws.getPullThroughCacheImage("selenium/standalone-chrome", "127.0") ] ],
77
testPrefix: 'Tiny-Vue',
88
testDirs: [ "src/test/ts/atomic", "src/test/ts/browser" ],
99
platforms: [

0 commit comments

Comments
 (0)