We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508cec6 commit 78ea9cbCopy full SHA for 78ea9cb
Jenkinsfile
@@ -22,7 +22,7 @@ pipeline {
22
DIST_IMAGE = 'ubuntu'
23
MULTIARCH='true'
24
CI='true'
25
- CI_WEB='true'
+ CI_WEB='false'
26
CI_PORT='32400'
27
CI_SSL='false'
28
CI_DELAY='120'
jenkins-vars.yml
@@ -19,7 +19,7 @@ repo_vars:
19
- DIST_IMAGE = 'ubuntu'
20
- MULTIARCH='true'
21
- CI='true'
- - CI_WEB='true'
+ - CI_WEB='false'
- CI_PORT='32400'
- CI_SSL='false'
- CI_DELAY='120'
0 commit comments