Skip to content

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

Open
bujjibabukatta wants to merge 2 commits into
apache:mainfrom
bujjibabukatta:fix/#8897
Open

fix(jenkins): expand primary_view column to text#8898
bujjibabukatta wants to merge 2 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

Hi @klesh Could you please approve pull request?

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