Skip to content

Commit 0941bc4

Browse files
committed
dont use ssl for test
1 parent 60ad71f commit 0941bc4

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
@@ -28,7 +28,7 @@ pipeline {
2828
CI='true'
2929
CI_WEB='true'
3030
CI_PORT='80'
31-
CI_SSL='true'
31+
CI_SSL='false'
3232
CI_DELAY='120'
3333
CI_DOCKERENV='TZ=US/Pacific'
3434
CI_AUTH='user:password'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repo_vars:
1919
- CI='true'
2020
- CI_WEB='true'
2121
- CI_PORT='80'
22-
- CI_SSL='true'
22+
- CI_SSL='false'
2323
- CI_DELAY='120'
2424
- CI_DOCKERENV='TZ=US/Pacific'
2525
- CI_AUTH='user:password'

0 commit comments

Comments
 (0)