Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Commit

Permalink
feat(1555): Add SD_UI_URL by pulling in latest executor-k8s-vm (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyi authored Apr 1, 2019
1 parent 4ed23db commit 8d48e2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions config/custom-environment-variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ executor:

ecosystem:
# URL for the User Interface
ui: ECOSYSTEM_UI
# URL for the API
api: ECOSYSTEM_API
# Externally routable URL for the Artifact Store
store: ECOSYSTEM_STORE
Expand Down
3 changes: 2 additions & 1 deletion config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ executor:

ecosystem:
# Externally routable URL for the User Interface
ui: https://cd.screwdriver.cd
# Externally routable URL for the API
api: https://api.screwdriver.cd
# Externally routable URL for the Artifact Store
store: https://store.screwdriver.cd
Expand Down Expand Up @@ -139,4 +141,3 @@ scheduler:
exchange: build
# Virtual host to connect to
vhost: /screwdriver

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"chai": "^4.1.1",
"eslint": "^4.19.1",
"eslint-config-screwdriver": "^3.0.1",
"jenkins-mocha": "^6.0.0",
"jenkins-mocha": "^7.0.0",
"mockery": "^2.1.0",
"sinon": "^7.2.7"
},
Expand All @@ -53,7 +53,7 @@
"screwdriver-executor-docker": "^3.2.0",
"screwdriver-executor-jenkins": "^4.2.3",
"screwdriver-executor-k8s": "^13.6.1",
"screwdriver-executor-k8s-vm": "^2.9.1",
"screwdriver-executor-k8s-vm": "^2.10.0",
"screwdriver-executor-router": "^1.0.11",
"winston": "^2.4.4"
},
Expand Down

0 comments on commit 8d48e2b

Please sign in to comment.