From ad8fa6b9a3e9288ffd5aaf742a7810132d6d90cb Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Fri, 2 Oct 2020 11:44:05 +0200 Subject: [PATCH] docs: remove unnecessary path rewrite from jenkins plugin docs --- plugins/jenkins/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/jenkins/README.md b/plugins/jenkins/README.md index f3ef914d55..3f5334b94f 100644 --- a/plugins/jenkins/README.md +++ b/plugins/jenkins/README.md @@ -32,8 +32,6 @@ proxy: Authorization: $secret: env: JENKINS_BASIC_AUTH_HEADER - pathRewrite: - '^/api/proxy/jenkins/api/': '/' ``` 4. Add an environment variable which contains the Jenkins credentials, (note: use an API token not your password)