From 292071f063e4f5e4ddb099341d53d1a973cdf495 Mon Sep 17 00:00:00 2001 From: garethahealy Date: Mon, 12 Aug 2019 12:11:41 +0100 Subject: [PATCH] Updated default value as ansible-stacks no longer exists --- .openshift/templates/jenkins-slave-ansible-stacks-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openshift/templates/jenkins-slave-ansible-stacks-template.yml b/.openshift/templates/jenkins-slave-ansible-stacks-template.yml index 3caf491ab..264c77073 100644 --- a/.openshift/templates/jenkins-slave-ansible-stacks-template.yml +++ b/.openshift/templates/jenkins-slave-ansible-stacks-template.yml @@ -76,7 +76,7 @@ parameters: - description: Path within Git project to build; empty for root project directory. name: CONTEXT_DIR required: false - value: jenkins-slaves/jenkins-slave-ansible-stacks + value: jenkins-slaves/jenkins-slave-ansible - description: Git source URI for application name: ANSIBLE_STACKS_SOURCE_REPOSITORY_URL required: true