Merge pull request #2 from simeononsecurity/patch-1

Change Port to 8080
This commit is contained in:
simeononsecurity 2020-09-16 14:25:22 +00:00 committed by GitHub
commit 81c0c40d6c
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'