Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 6064dde

Browse files
committed
update ci endpoint
1 parent a9086a2 commit 6064dde

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ pipeline {
2727
MULTIARCH='true'
2828
CI='true'
2929
CI_WEB='true'
30-
CI_PORT='3000'
30+
CI_PORT='8080'
3131
CI_SSL='false'
3232
CI_DELAY='120'
3333
CI_DOCKERENV='TZ=US/Pacific'
3434
CI_AUTH='user:password'
35-
CI_WEBPATH='/?login=true'
35+
CI_WEBPATH=''
3636
}
3737
stages {
3838
// Setup all the basic environment variables needed for the build

jenkins-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ repo_vars:
1919
- MULTIARCH='true'
2020
- CI='true'
2121
- CI_WEB='true'
22-
- CI_PORT='3000'
22+
- CI_PORT='8080'
2323
- CI_SSL='false'
2424
- CI_DELAY='120'
2525
- CI_DOCKERENV='TZ=US/Pacific'
2626
- CI_AUTH='user:password'
27-
- CI_WEBPATH='/?login=true'
27+
- CI_WEBPATH=''

0 commit comments

Comments
 (0)