This commit is contained in:
disaster37 2017-04-02 09:52:48 +00:00
parent c00bf1d3d9
commit 54680093b0
2 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,7 @@ services:
environment:
- GOCD_CONFIG_memory=${GOCD_SERVER_MEMORY}
- GOCD_CONFIG_agent-key=${GOCD_AGENT_KEY}
- GOCD_USER_${GOCD_USER}=${GOCD_PASSWORD}
{{- if eq .Values.GOCD_AGENT_PACKAGE "true"}}
- GOCD_PLUGIN_script-executor=https://github.com/gocd-contrib/script-executor-task/releases/download/0.3/script-executor-0.3.0.jar
- GOCD_PLUGIN_docker-task=https://github.com/manojlds/gocd-docker/releases/download/0.1.27/docker-task-assembly-0.1.27.jar

View File

@ -51,6 +51,17 @@ catalog:
type: "string"
required: true
default: "docker"
- variable: "GOCD_USER"
description: "Login to connect on GoCD"
label: "Login"
type: "string"
required: true
default: "admin"
- variable: "GOCD_PASSWORD"
description: "Password to connect on GoCD"
label: "Password"
type: "password"
required: true
- variable: "GOCD_AGENT_PACKAGE"
description: "Install GoCD extra plugins"
label: "Install extra plugins"