From 700e6d62a128a361838c2bafdb6bf80100aff083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Tue, 10 Nov 2020 19:22:58 +0100 Subject: [PATCH] X-API-Auth header required for authentication --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ce3d21..0fa025f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Kanboard Jenkins plugin A plugin that allows to create or update a Kanboard task as a post-build action, to trigger a build when a task is created or moved, and to fetch a task and its attachments as a build step. + +This plugin requires that Kanboard be configured to use the "X-API-Auth" header for authentication as described in the documentation here: https://docs.kanboard.org/en/latest/api/authentication.html