File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ pipeline {
3636 CI_PORT = ' 3001'
3737 CI_SSL = ' true'
3838 CI_DELAY = ' 120'
39+ CI_WEB_SCREENSHOT_DELAY = ' 30'
3940 CI_DOCKERENV = ' TZ=US/Pacific'
4041 CI_AUTH = ' user:password'
4142 CI_WEBPATH = ' '
@@ -903,6 +904,7 @@ pipeline {
903904 --shm-size=1gb \
904905 -v /var/run/docker.sock:/var/run/docker.sock \
905906 -e IMAGE=\" ${IMAGE}\" \
907+ -e WEB_SCREENSHOT_DELAY=\" ${CI_WEB_SCREENSHOT_DELAY}\" \
906908 -e DOCKER_LOGS_TIMEOUT=\" ${CI_DELAY}\" \
907909 -e TAGS=\" ${CI_TAGS}\" \
908910 -e META_TAG=\" ${META_TAG}\" \
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ repo_vars:
2525 - CI_PORT = '3001'
2626 - CI_SSL = 'true'
2727 - CI_DELAY = '120'
28+ - CI_WEB_SCREENSHOT_DELAY = '30'
2829 - CI_DOCKERENV = 'TZ=US/Pacific'
2930 - CI_AUTH = 'user:password'
3031 - CI_WEBPATH = ''
You can’t perform that action at this time.
0 commit comments