Change Port to 8080

This commit is contained in:
simeononsecurity 2020-09-16 09:23:36 -05:00 committed by GitHub
parent a4979fe086
commit 225b4b62b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
MULTIARCH='true'
CI='true'
CI_WEB='true'
CI_PORT='8443'
CI_PORT='8080'
CI_SSL='false'
CI_DELAY='120'
CI_DOCKERENV='TZ=US/Pacific'