Add server URL when deploy only agent

This commit is contained in:
disaster37
2017-04-03 15:49:27 +00:00
parent 437db4f62e
commit 14dde4c0d9
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -98,6 +98,12 @@ catalog:
required: false
type: "string"
default: "8153"
- variable: "GOCD_SERVER_URL"
description: "The server URL use by agent to auto register. Don't touch if you deploy server and agent"
label: "Server URL"
required: true
type: "string"
default: "https://gocd-server:8154/go"
- variable: "CONFD_BACKEND"
description: "The confd backend to grab config"
label: "Confd backend"