From 708a497c369601909bc57768bc929fdccc235406 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 18 Jan 2018 15:14:28 +0200 Subject: Change: rename 'name' field on pipelines to 'pipeline' For consistency. --- yarns/100-projects.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns/100-projects.yarn') diff --git a/yarns/100-projects.yarn b/yarns/100-projects.yarn index ba723d3..7c03619 100644 --- a/yarns/100-projects.yarn +++ b/yarns/100-projects.yarn @@ -63,7 +63,7 @@ building them. We start by starting an instance of the controller. WHEN user makes request POST /pipelines with a valid token and body ... { - ... "name": "build", + ... "pipeline": "build", ... "actions": [ ... { "shell": "git clone git://repo src" }, ... { "shell": "mkdir html" }, -- cgit v1.2.1