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 60ad71f commit 0941bc4Copy full SHA for 0941bc4
Jenkinsfile
@@ -28,7 +28,7 @@ pipeline {
28
CI='true'
29
CI_WEB='true'
30
CI_PORT='80'
31
- CI_SSL='true'
+ CI_SSL='false'
32
CI_DELAY='120'
33
CI_DOCKERENV='TZ=US/Pacific'
34
CI_AUTH='user:password'
jenkins-vars.yml
@@ -19,7 +19,7 @@ repo_vars:
19
- CI='true'
20
- CI_WEB='true'
21
- CI_PORT='80'
22
- - CI_SSL='true'
+ - CI_SSL='false'
23
- CI_DELAY='120'
24
- CI_DOCKERENV='TZ=US/Pacific'
25
- CI_AUTH='user:password'
0 commit comments