{"id":26261912,"url":"https://github.com/jenkinsci/exclusion-plugin","last_synced_at":"2026-03-16T15:03:45.825Z","repository":{"id":1541664,"uuid":"1861018","full_name":"jenkinsci/exclusion-plugin","owner":"jenkinsci","description":"Exclusion plugin for Jenkins","archived":false,"fork":false,"pushed_at":"2024-08-08T14:26:51.000Z","size":28127,"stargazers_count":9,"open_issues_count":4,"forks_count":19,"subscribers_count":97,"default_branch":"master","last_synced_at":"2025-03-30T14:42:00.157Z","etag":null,"topics":["adopt-this-plugin","java","jenkins","jenkins-plugin"],"latest_commit_sha":null,"homepage":"https://plugins.jenkins.io/Exclusion/","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenkinsci.png","metadata":{"files":{"readme":"README.adoc","changelog":"CHANGELOG.adoc","contributing":null,"funding":null,"license":null,"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}},"created_at":"2011-06-07T17:17:48.000Z","updated_at":"2024-08-08T14:26:56.000Z","dependencies_parsed_at":"2023-07-05T20:16:38.818Z","dependency_job_id":null,"html_url":"https://github.com/jenkinsci/exclusion-plugin","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fexclusion-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fexclusion-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fexclusion-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fexclusion-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/exclusion-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251674989,"owners_count":21625716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["adopt-this-plugin","java","jenkins","jenkins-plugin"],"created_at":"2025-03-14T00:16:37.762Z","updated_at":"2026-03-16T15:03:45.746Z","avatar_url":"https://github.com/jenkinsci.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Exclusion\n:toc:\n:toc-placement!:\n:toc-title:\nifdef::env-github[]\n:tip-caption: :bulb:\n:note-caption: :information_source:\n:important-caption: :heavy_exclamation_mark:\n:caution-caption: :fire:\n:warning-caption: :warning:\nendif::[]\n\nhttps://ci.jenkins.io/job/Plugins/job/exclusion-plugin/job/master/[image:https://ci.jenkins.io/job/Plugins/job/exclusion-plugin/job/master/badge/icon[Build Status]]\nhttps://github.com/jenkinsci/exclusion-plugin/graphs/contributors[image:https://img.shields.io/github/contributors/jenkinsci/exclusion-plugin.svg[Contributors]]\nhttps://plugins.jenkins.io/Exclusion[image:https://img.shields.io/jenkins/plugin/v/Exclusion.svg[Jenkins Plugin]]\nhttps://github.com/jenkinsci/exclusion-plugin/releases/latest[image:https://img.shields.io/github/release/jenkinsci/exclusion-plugin.svg?label=changelog[GitHub release]]\nhttps://plugins.jenkins.io/Exclusion[image:https://img.shields.io/jenkins/plugin/i/Exclusion.svg?color=blue[Jenkins Plugin Installs]]\n\nThis plugin manages exclusions between jobs.\n\ntoc::[]\n\n== Introduction\n\nThis plugin is inspired by the https://plugins.jenkins.io/port-allocator/[Port Allocator] plugin.\n\nThe purpose of this plugin is to manage conflicts between jobs.\n\nThe Exclusion plugin allows you to assign resource names to jobs on Jenkins.\nThe plugin will ensure that jobs sharing a same resource will not be executed at the same time.\nThe resource name is a semaphore.\n\nWith the second part of the plugin you can, in an administration panel, see the list of resources configured in each job, see when a resource is allocated and, thanks to the release button, you can release a resource currently used.\n\n== Configuration\n\nFirstly you have to activate the plugin by checking the box \"Add resource to manage exclusion\".\nIt allows you to add resources.\nA resource is represented by a name (String).\nYou can add as many resources as needed.\n\nSecondly you have to determine the critical zone, delimited by a start (Critical Block Start) and an end (Critical Block End).\nAll build steps included in a critical zone will be managed by Exclusion plugin.\n\nimage::docs/images/firstscreen.JPG[]\n\nIf you don't add a start block the plugin won't do anything.\nIf you don't add an end block, resources will be release after the last build step.\n\n== Administration Panel\n\nimage::docs/images/screen4.JPG[]\n\nWhen you are on the home page of Jenkins, you can access the Administration Panel.\n\nIn this page, you can see all resources configured.\nThe status (Action) of a job is set to \"Currently Used\" when the job is running (if he has a resource configured).\nIt means that the resource is currently allocated -\u003e the other jobs using the same resource can't be run at this moment.\n\nYou can release a resource by selecting a resource name in the combo box (that displays only the resources currently used) and clicking on \"Release resource button\".\n\n== About me\n\nOwner \u0026 maintainer of the project: GitHub: https://github.com/anthonyroux[anthonyroux] \u0026 Twitter: https://twitter.com/AnthonyRoux_[AnthonyRoux_]\n\n== Issues\n\nReport issues and enhancements in the https://issues.jenkins.io/[Jenkins issue tracker]. Use the `exclusion-plugin` component in the `JENKINS` project.\n\n== Contributing\n\nRefer to our https://github.com/jenkinsci/.github/blob/master/CONTRIBUTING.md[contribution guidelines].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fexclusion-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Fexclusion-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fexclusion-plugin/lists"}