Skip to content

Commit d3e2637

Browse files
authored
TINY-11259: Pass selnium image to avoid 'latest' (#436)
1 parent cbb208b commit d3e2637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
mixedBeehiveFlow(
55
container: [ resourceRequestMemory: '3Gi', resourceLimitMemory: '3Gi' ],
6+
testContainer: [ selenium: [ image: "selenium/standalone-chrome:127.0" ] ],
67
testPrefix: 'Tiny-Vue',
78
testDirs: [ "src/test/ts/atomic", "src/test/ts/browser" ],
89
platforms: [

0 commit comments

Comments
 (0)