disable screenshots on testing

This commit is contained in:
thelamer
2019-06-07 07:42:53 -07:00
parent b4c0b1f6d7
commit 8b7883d050
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -23,7 +23,7 @@ pipeline {
DIST_IMAGE = 'ubuntu'
MULTIARCH='true'
CI='true'
CI_WEB='true'
CI_WEB='false'
CI_PORT='8096'
CI_SSL='false'
CI_DELAY='120'

View File

@@ -20,7 +20,7 @@ repo_vars:
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_WEB='false'
- CI_PORT='8096'
- CI_SSL='false'
- CI_DELAY='120'