-
Notifications
You must be signed in to change notification settings - Fork 61
Add Documentation Note for Jenkins Integration with Pre-filtering Capability on Jenkins Builds #2937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Documentation Note for Jenkins Integration with Pre-filtering Capability on Jenkins Builds #2937
Conversation
Signed-off-by: Dennis Bilson <dennis.bilson@port.io>
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
...catalog/sync-data-to-catalog/cicd/jenkins/_example_jenkins_default_mapping_configuration.mdx
Outdated
Show resolved
Hide resolved
…n-for-pre-filtering-capability
… configuration example.
…s-integration-for-pre-filtering-capability' into PORT-16637-update-docs-on-jenkins-integration-for-pre-filtering-capability
kodjomiles
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few suggestion to make the blocks cleaner
Looks great overall
...catalog/sync-data-to-catalog/cicd/jenkins/_example_jenkins_default_mapping_configuration.mdx
Show resolved
Hide resolved
...catalog/sync-data-to-catalog/cicd/jenkins/_example_jenkins_default_mapping_configuration.mdx
Show resolved
Hide resolved
...-software-catalog/sync-data-to-catalog/cicd/jenkins/_example_jenkins_stage_configuration.mdx
Show resolved
Hide resolved
...-software-catalog/sync-data-to-catalog/cicd/jenkins/_example_jenkins_stage_configuration.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Jaden Kodjo Miles <87667954+kodjomiles@users.noreply.github.com>
Co-authored-by: Jaden Kodjo Miles <87667954+kodjomiles@users.noreply.github.com>
Co-authored-by: Jaden Kodjo Miles <87667954+kodjomiles@users.noreply.github.com>
Co-authored-by: Jaden Kodjo Miles <87667954+kodjomiles@users.noreply.github.com>
kodjomiles
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
sivanel97
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
…n-for-pre-filtering-capability
mk-armah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
User description
Add support for pre-filtering in Jenkins Exporter to limit retrieved and updated data. Enables users to fetch only relevant builds (e.g., last N builds, recent days, or specific jobs), improving performance and reducing unnecessary data ingestion.
This is the linked feature request
Updated docs pages
Please also include the path for the updated docs
/)/build-your-software-catalog/sync-data-to-catalog/cicd/jenkins)PR Type
Documentation
Description
Refactored Jenkins integration documentation into modular components
Added pre-filtering selectors for builds:
maxBuildsPerJob,daysSince,jobFilterCreated separate blueprint and configuration files for each entity type
Improved documentation structure with collapsible details sections
Diagram Walkthrough
File Walkthrough
10 files
Wrapped blueprint in collapsible details sectionNew file with build pre-filtering configuration optionsNew file with complete default mapping configurationWrapped job blueprint in collapsible details sectionNew file with job integration configuration exampleNew file with stage blueprint definitionNew file with stage configuration and job URL filteringNew file with user blueprint definitionNew file with user integration configuration exampleRefactored main doc to use modular component imports