{"id":15045216,"url":"https://github.com/jenkinsci/parameter-separator-plugin","last_synced_at":"2026-01-18T16:06:19.567Z","repository":{"id":66295846,"uuid":"20684066","full_name":"jenkinsci/parameter-separator-plugin","owner":"jenkinsci","description":"Jenkins plugin that allows users to add UI separators to help organize build parameters into sections","archived":false,"fork":false,"pushed_at":"2026-01-14T12:43:49.000Z","size":678,"stargazers_count":19,"open_issues_count":4,"forks_count":12,"subscribers_count":95,"default_branch":"main","last_synced_at":"2026-01-14T15:51:29.188Z","etag":null,"topics":["jenkins","jenkins-plugin","parameter","ui"],"latest_commit_sha":null,"homepage":"https://plugins.jenkins.io/parameter-separator/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenkinsci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"community_bridge":"jenkins","custom":["https://www.jenkins.io/donate/#why-donate"]}},"created_at":"2014-06-10T12:19:48.000Z","updated_at":"2026-01-14T12:43:56.000Z","dependencies_parsed_at":"2023-10-16T03:18:29.781Z","dependency_job_id":"0e0a0f4b-5efb-4bd1-ad98-d9749f351ac2","html_url":"https://github.com/jenkinsci/parameter-separator-plugin","commit_stats":{"total_commits":151,"total_committers":14,"mean_commits":"10.785714285714286","dds":0.6622516556291391,"last_synced_commit":"4945333eba8ff9fceb8fae0ac037f0ee1c803a62"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/jenkinsci/parameter-separator-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fparameter-separator-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fparameter-separator-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fparameter-separator-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fparameter-separator-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/parameter-separator-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fparameter-separator-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28541068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T14:59:57.589Z","status":"ssl_error","status_checked_at":"2026-01-18T14:59:46.540Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jenkins","jenkins-plugin","parameter","ui"],"created_at":"2024-09-24T20:51:35.820Z","updated_at":"2026-01-18T16:06:19.545Z","avatar_url":"https://github.com/jenkinsci.png","language":"Java","readme":"# Parameter Separator Plugin\n\n[![Build Status](https://ci.jenkins.io/job/Plugins/job/parameter-separator-plugin/job/main/badge/icon)](https://ci.jenkins.io/job/Plugins/job/parameter-separator-plugin/job/main/)\n[![Coverage](https://ci.jenkins.io/job/Plugins/job/parameter-separator-plugin/job/main/badge/icon?status=${instructionCoverage}\u0026subject=coverage\u0026color=${colorInstructionCoverage})](https://ci.jenkins.io/job/Plugins/job/parameter-separator-plugin/job/main)\n[![LOC](https://ci.jenkins.io/job/Plugins/job/parameter-separator-plugin/job/main/badge/icon?job=test\u0026status=${lineOfCode}\u0026subject=line%20of%20code\u0026color=blue)](https://ci.jenkins.io/job/Plugins/job/parameter-separator-plugin/job/main)\n[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/parameter-separator.svg)](https://plugins.jenkins.io/parameter-separator)\n[![GitHub Release](https://img.shields.io/github/release/jenkinsci/parameter-separator-plugin.svg?label=changelog)](https://github.com/jenkinsci/parameter-separator-plugin/releases/latest)\n[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/parameter-separator.svg?color=blue)](https://plugins.jenkins.io/parameter-separator)\n\n## Introduction\n\nThis is a simple plugin for Jenkins CI that allows one to clearly differentiate sets of parameters on a job build page.\nThis can be useful for jobs with lots of parameters.\n\nSpecifically, the plugin creates a stylizable separator that consists of \u0026lt;hr /\u0026gt; tag with an optional section header.\nThe styling of both the horizontal rule and the section header can be customized, both globally and for each individual separator.\n\n### Example \"Build with Parameters\" page with separators\n\n![](github_site/img/job-build-1.png)\n\n## Installing and configuring the plugin\n\nInstall this plugin from the Jenkins Update Center. Go to Manage Jenkins -\u003e Plugin Manager -\u003e Available tab. Search for\n\"Parameter Separator\".\n\nConfigure default styling for your parameters in the Jenkins global configuration page. Go to Manage Jenkins -\u003e Configure\nSystem -\u003e \"Parameter Separator\" section.\n\n![](github_site/img/global-config.png)\n\n## Using the plugin in freestyle jobs\n\nGo to you job Configure page and add any number of parameter separator elements:\n\n![](github_site/img/job-config.png)\n\nOptionally you can use HTML, customize styles, and click Preview to see how it will look:\n\n![](github_site/img/job-config-with-preview.png)\n\nNow, go to you job's **Build with Parameters** page. You'll see you parameter groups nicely separated:\n\n![](github_site/img/job-build-4.png)\n\nWhen your build is ready and you go to its **Parameters** section, you'll also see separators:\n\n![](github_site/img/build-params-4.png)\n\n## Using in pipeline jobs\n\n**Note:** It's recommended to provide an explicit name for each separator parameter, when using in pipeline.\nOtherwise, it will be redefined under a new random name during each build, which can cause some minor issues.\nFor example, the \"Job Configuration History\" plugin will indicate that each has changed job configuration.\n\n---\n\n### Example usage in declarative pipeline\n\n```groovy\npipeline {\n\tagent any\n\tparameters {\n\t\tseparator(name: \"building\")\n\t\tchoice(name: \"java_vendor\", choices: \"Corretto\")\n\t\tchoice(name: \"java_version\", choices: \"11\")\n\t\tseparator(name: \"testing\")\n\t\tchoice(name: \"browser\", choices: \"chrome\")\n\t\tseparator(name: \"end\")\n\t}\n\tstages {\n\t\tstage(\"Build\") {\n\t\t\tsteps {\n\t\t\t\techo \"Building using ${params.java_vendor}-${params.java_version}\"\n\t\t\t}\n\t\t}\n\t}\n}\n```\n\n![](github_site/img/job-build-3.png)\n\n---\n\n### Example usage in scripted pipeline, with section headers\n```groovy\nproperties([\n\tparameters([\n\t\tseparator(name: \"BUILD_ENVIRONMENT\", sectionHeader: \"Build Environment\"),\n\t\tchoice(name: \"JAVA_VENDOR\", choices: [\"Coretto\"]),\n\t\tchoice(name: \"JAVA_VERSION\", choices: [\"11\"]),\n\t\tseparator(name: \"TEST_ENVIRONMENT\", sectionHeader: \"Test Environment\"),\n\t\tchoice(name: \"OS\", choices: [\"Linux\"]),\n\t\tchoice(name: \"BROWSER\", choices: [\"Chrome\"])\n\t])\n])\n```\n\n![](github_site/img/job-build-2.png)\n\n---\n\n### Example usage in scripted pipeline, with advanced custom styling\n\n```groovy\nproperties([\n\tparameters([\n\t\tseparator(name: \"BUILD_ENVIRONMENT\", sectionHeader: \"Build Environment\",\n\t\t\tseparatorStyle: \"border-width: 0\",\n\t\t\tsectionHeaderStyle: \"\"\"\n\t\t\t\tbackground-color: #7ea6d3;\n\t\t\t\ttext-align: center;\n\t\t\t\tpadding: 4px;\n\t\t\t\tcolor: #343434;\n\t\t\t\tfont-size: 22px;\n\t\t\t\tfont-weight: normal;\n\t\t\t\ttext-transform: uppercase;\n\t\t\t\tfont-family: 'Orienta', sans-serif;\n\t\t\t\tletter-spacing: 1px;\n\t\t\t\tfont-style: italic;\n\t\t\t\"\"\"\n\t\t),\n\t\tchoice(name: \"JAVA_VENDOR\", choices: [\"Coretto\"]),\n\t\tchoice(name: \"JAVA_VERSION\", choices: [\"11\"]),\n\t\tseparator(name: \"TEST_ENVIRONMENT\", sectionHeader: \"Test Environment\",\n\t\t\tseparatorStyle: \"border-width: 0\",\n\t\t\tsectionHeaderStyle: \"\"\"\n\t\t\t\tbackground-color: #dbdb8e;\n\t\t\t\ttext-align: center;\n\t\t\t\tpadding: 4px;\n\t\t\t\tcolor: #343434;\n\t\t\t\tfont-size: 22px;\n\t\t\t\tfont-weight: normal;\n\t\t\t\ttext-transform: uppercase;\n\t\t\t\tfont-family: 'Orienta', sans-serif;\n\t\t\t\tletter-spacing: 1px;\n\t\t\t\tfont-style: italic;\n\t\t\t\"\"\"\n\t\t),\n\t\tchoice(name: \"OS\", choices: [\"Linux\"]),\n\t\tchoice(name: \"BROWSER\", choices: [\"Chrome\"])\n\t])\n])\n```\n\n![](github_site/img/job-build-4.png)\n","funding_links":["https://funding.communitybridge.org/projects/jenkins","https://www.jenkins.io/donate/#why-donate"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fparameter-separator-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Fparameter-separator-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fparameter-separator-plugin/lists"}