Skip to content

fix(jenkins): truncate primary_view to fit varchar(255) column#8899

Open
klesh wants to merge 2 commits into
mainfrom
fix-jenkins-primary-view-truncation
Open

fix(jenkins): truncate primary_view to fit varchar(255) column#8899
klesh wants to merge 2 commits into
mainfrom
fix-jenkins-primary-view-truncation

Conversation

@klesh
Copy link
Copy Markdown
Contributor

@klesh klesh commented Jun 3, 2026

Summary

This PR fixes a database error that occurs when extracting Jenkins jobs.

Bug

When extracting Jenkins jobs, the field was computed as , which could exceed the column limit and cause:

Fix

Truncate the concatenated value to 255 characters before saving.

Closes

Closes #8897

klesh added 2 commits June 3, 2026 12:05
Fixes Error 1406 (22001): Data too long for column 'primary_view'
by truncating the concatenated value to 255 characters before saving.

Closes #8897
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug][Jenkins Connector] Data Collection Fails with data too long error for primary_view column

1 participant