Update the Jenkins instance URLs to reflect their hiding under codevalet.io

This commit is contained in:
R. Tyler Croy 2017-08-27 11:38:45 -07:00
parent a1c590d4d3
commit 27bec50a0f
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
import jenkins.model.*
if (System.env.get('GITHUB_USER')) {
JenkinsLocationConfiguration.get().setUrl("http://${System.env.get('GITHUB_USER')}.codevalet.io/")
JenkinsLocationConfiguration.get().setUrl("https://codevalet.io/u/${System.env.get('GITHUB_USER')}/")
}