From 96f71025b94bee73eed10e375111d3f7db0a14e4 Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Thu, 1 Oct 2020 10:43:55 +0200 Subject: [PATCH] docs: fix jenkins plugin readme with the new /api base path --- plugins/jenkins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jenkins/README.md b/plugins/jenkins/README.md index 8f0d43cba7..f3ef914d55 100644 --- a/plugins/jenkins/README.md +++ b/plugins/jenkins/README.md @@ -33,7 +33,7 @@ proxy: $secret: env: JENKINS_BASIC_AUTH_HEADER pathRewrite: - '^/proxy/jenkins/api/': '/' + '^/api/proxy/jenkins/api/': '/' ``` 4. Add an environment variable which contains the Jenkins credentials, (note: use an API token not your password)