Skip to content

Remove div-based form layout conditionals #30

@basil

Description

@basil

If the plugin was previously using HTML table tags to align the content of input forms, then it will likely contain conditional code that detects div-based layout and uses div tags instead of table tags on newer versions of Jenkins. When the base Jenkins version is 2.277.1 or later, the conditional for table based layout can be removed, since all layout is done with div tags beginning with 2.277.1. Search the Jelly files in the plugin for divBasedFormLayout to find conditionals that can be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    recipeRequests for new automated code changes

    Type

    No type

    Projects

    Status

    Recipes Wanted

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions