From 9c1a673cfaa167fe3edef67690ee5d0f276be3a7 Mon Sep 17 00:00:00 2001 From: Andrew Shirley Date: Thu, 17 Jun 2021 20:57:04 +0100 Subject: [PATCH] Capitalise 'Jenkins' Signed-off-by: Andrew Shirley Signed-off-by: blam --- .changeset/good-hornets-hunt.md | 6 +++--- .changeset/light-frogs-prove.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.changeset/good-hornets-hunt.md b/.changeset/good-hornets-hunt.md index 847acda1ab..7c92d7937c 100644 --- a/.changeset/good-hornets-hunt.md +++ b/.changeset/good-hornets-hunt.md @@ -4,10 +4,10 @@ ## Extract an entity-oriented Jenkins Backend -Change the Jenkins plugin from talking directly with a single jenkins instance (via the proxy) to having a specific -backend plugin which talks to the jenkins instances. +Change the Jenkins plugin from talking directly with a single Jenkins instance (via the proxy) to having a specific +backend plugin which talks to the Jenkins instances. -Existing users of the Jenkins plugin will need to configure a jenkins backend instead of a proxy. +Existing users of the Jenkins plugin will need to configure a Jenkins backend instead of a proxy. Typically, this means creating a `src/plugins/jenkins.ts` file, adding a reference to it to `src/index.ts` and changing app-config.yaml ### jenkins.ts diff --git a/.changeset/light-frogs-prove.md b/.changeset/light-frogs-prove.md index 09c2839853..4684e887fa 100644 --- a/.changeset/light-frogs-prove.md +++ b/.changeset/light-frogs-prove.md @@ -5,5 +5,5 @@ ## Extract an entity-oriented Jenkins Backend -Change the Jenkins plugin from talking directly with a single jenkins instance (via the proxy) to having a specific -backend plugin which talks to the jenkins instances. +Change the Jenkins plugin from talking directly with a single Jenkins instance (via the proxy) to having a specific +backend plugin which talks to the Jenkins instances.