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 0e7c148 commit 289e178Copy full SHA for 289e178
Jenkinsfile
@@ -31,12 +31,12 @@ pipeline {
31
DIST_IMAGE = 'ubuntu'
32
MULTIARCH='true'
33
CI='true'
34
- CI_WEB='true'
+ CI_WEB='false'
35
CI_PORT='3000'
36
CI_SSL='true'
37
CI_DELAY='120'
38
CI_DOCKERENV=''
39
- CI_AUTH='user:password'
+ CI_AUTH=''
40
CI_WEBPATH=''
41
}
42
stages {
jenkins-vars.yml
@@ -19,10 +19,10 @@ repo_vars:
19
- DIST_IMAGE = 'ubuntu'
20
- MULTIARCH='true'
21
- CI='true'
22
- - CI_WEB='true'
+ - CI_WEB='false'
23
- CI_PORT='3000'
24
- CI_SSL='true'
25
- CI_DELAY='120'
26
- CI_DOCKERENV=''
27
- - CI_AUTH='user:password'
+ - CI_AUTH=''
28
- CI_WEBPATH=''
0 commit comments