From b175836e7102c897c11fc3c3c0701d1efd08db35 Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Wed, 20 Jan 2021 14:21:53 +0100 Subject: [PATCH 1/2] Mention that the Jenkins plugin only works with organisation folder jobs backed by GitHub People are having trouble in #3975 because the limitations are not clear. --- plugins/jenkins/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/jenkins/README.md b/plugins/jenkins/README.md index 5e0a701caf..00b8ea2547 100644 --- a/plugins/jenkins/README.md +++ b/plugins/jenkins/README.md @@ -84,6 +84,5 @@ YWRtaW46MTFlYzI1NmU0Mzg1MDFjM2Y1Yzc2Yjc1MWE3ZTQ3YWY4Mw== is the base64 of user a ## Limitations -- Only works with projects that use the Git SCM -- It requires jobs to be organised into folders -- No pagination support currently - don't run this on a Jenkins with lots of builds +- Only works with organisation folder jobs backed by GitHub +- No pagination support currently, limited to 50 jobs - don't run this on a Jenkins with lots of builds From 8fe8cb97e1f5aec1ee5236d75879098059c16a14 Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Wed, 20 Jan 2021 14:23:07 +0100 Subject: [PATCH 2/2] Fix typo --- 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 00b8ea2547..154fcf913d 100644 --- a/plugins/jenkins/README.md +++ b/plugins/jenkins/README.md @@ -84,5 +84,5 @@ YWRtaW46MTFlYzI1NmU0Mzg1MDFjM2Y1Yzc2Yjc1MWE3ZTQ3YWY4Mw== is the base64 of user a ## Limitations -- Only works with organisation folder jobs backed by GitHub +- Only works with organization folder jobs backed by GitHub - No pagination support currently, limited to 50 jobs - don't run this on a Jenkins with lots of builds