Remove http for jenkins
This commit is contained in:
parent
9b44abb656
commit
6097e64618
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ job "jenkins" {
|
|||
env {
|
||||
ROOT_URL = "${NOMAD_ADDR_https}"
|
||||
JAVA_ARGS = "-Xmx2048m"
|
||||
JENKINS_OPTS = "--httpsPort=8443 --httpsKeyStore=/secrets/jenkins.jks --httpsKeyStorePassword=password"
|
||||
JENKINS_OPTS = "--httpsPort=8443 --httpsKeyStore=/secrets/jenkins.jks --httpsKeyStorePassword=password --httpPort=-1"
|
||||
}
|
||||
|
||||
resources {
|
||||
|
|
Loading…
Reference in a new issue