Skip to content

fix(jenkins): expand primary_view column to text#8898

Closed
bujjibabukatta wants to merge 3 commits into
apache:mainfrom
bujjibabukatta:fix/#8897
Closed

fix(jenkins): expand primary_view column to text#8898
bujjibabukatta wants to merge 3 commits into
apache:mainfrom
bujjibabukatta:fix/#8897

Conversation

@bujjibabukatta
Copy link
Copy Markdown
Contributor

Fixes #8897

The Jenkins connector can fail during data collection when a job has a long path and the generated primary_view value exceeds 255 characters.

This change:

  • Changes PrimaryView to use text in the JenkinsJob model
  • Adds a migration to update existing installations
  • Registers the migration

This prevents "Data too long for column 'primary_view'" errors when collecting Jenkins data from deeply nested jobs.

@bujjibabukatta
Copy link
Copy Markdown
Contributor Author

bujjibabukatta commented Jun 2, 2026

Hi @klesh @Startrekzky
Could you please approve pull request?

@bujjibabukatta
Copy link
Copy Markdown
Contributor Author

Closing this PR in favor of a clean replacement PR containing only the Jenkins primary_view fix and related migration changes.

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