File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ pipeline {
3333 CI_PORT = ' 3001'
3434 CI_SSL = ' true'
3535 CI_DELAY = ' 120'
36+ CI_WEB_SCREENSHOT_DELAY = ' 30'
3637 CI_SBOM_TIMEOUT = ' 1800'
3738 CI_DOCKERENV = ' TZ=US/Pacific'
3839 CI_AUTH = ' user:password'
@@ -893,6 +894,7 @@ pipeline {
893894 -v /var/run/docker.sock:/var/run/docker.sock \
894895 -e IMAGE=\" ${IMAGE}\" \
895896 -e SBOM_TIMEOUT=\" ${CI_SBOM_TIMEOUT}\" \
897+ -e WEB_SCREENSHOT_DELAY=\" ${CI_WEB_SCREENSHOT_DELAY}\" \
896898 -e DOCKER_LOGS_TIMEOUT=\" ${CI_DELAY}\" \
897899 -e TAGS=\" ${CI_TAGS}\" \
898900 -e META_TAG=\" ${META_TAG}\" \
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ repo_vars:
2222 - CI_PORT='3001'
2323 - CI_SSL='true'
2424 - CI_DELAY='120'
25+ - CI_WEB_SCREENSHOT_DELAY='30'
2526 - CI_SBOM_TIMEOUT='1800'
2627 - CI_DOCKERENV='TZ=US/Pacific'
2728 - CI_AUTH='user:password'
You can’t perform that action at this time.
0 commit comments