Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 887ff84

Browse files
committed
take screenshots
1 parent 943592b commit 887ff84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pipeline {
2929
DIST_IMAGE = 'ubuntu'
3030
MULTIARCH='true'
3131
CI='true'
32-
CI_WEB='false'
32+
CI_WEB='true'
3333
CI_PORT='3000'
3434
CI_SSL='false'
3535
CI_DELAY='120'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repo_vars:
2020
- DIST_IMAGE = 'ubuntu'
2121
- MULTIARCH='true'
2222
- CI='true'
23-
- CI_WEB='false'
23+
- CI_WEB='true'
2424
- CI_PORT='3000'
2525
- CI_SSL='false'
2626
- CI_DELAY='120'

0 commit comments

Comments
 (0)